Skip to content

Commit 3fe02ab

Browse files
author
Edward Thomson
authored
Merge pull request libgit2#1406 from libgit2/ethomson/maint_ci
CI: build maint branches
2 parents 0aad8ee + b132c55 commit 3fe02ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ script:
3131
# Only watch the development branch
3232
branches:
3333
only:
34-
- vNext
3534
- master
35+
- /^maint.*/
3636

3737
# Notify of build changes
3838
notifications:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '{build}'
33
branches:
44
only:
55
- master
6-
- vNext
6+
- /^maint.*/
77

88
skip_tags: true
99

0 commit comments

Comments
 (0)