Skip to content

Commit 06f08fa

Browse files
authored
Merge pull request #64 from libgit2/ethomson/forwardport
Build maintenance branches in CI
2 parents 0523722 + 3980a25 commit 06f08fa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ os:
1010
branches:
1111
only:
1212
- master
13+
- /^maint.*/
1314

1415
before_install:
1516
- date -u

appveyor.yml

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

78
skip_tags: true
89

0 commit comments

Comments
 (0)