Skip to content

Commit 1c8297a

Browse files
authored
Merge pull request libgit2#355 from libgit2/cmn/travis-branches
travis: only build master and next
2 parents 0b98f7b + 28bc42c commit 1c8297a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ go:
1717
matrix:
1818
allow_failures:
1919
- go: tip
20+
21+
branches:
22+
only:
23+
- master
24+
- next

0 commit comments

Comments
 (0)