Skip to content

Commit bd37f61

Browse files
authored
Merge pull request libgit2#64 from libgit2/ethomson/forwardport
Build maintenance branches in CI
2 parents 39f1bd9 + 2ca1afc commit bd37f61

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)