Merge pull request #355 from libgit2/cmn/travis-branches
travis: only build master and next
This commit is contained in:
commit
1c8297ab83
|
@ -17,3 +17,8 @@ go:
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: tip
|
- go: tip
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- next
|
||||||
|
|
Loading…
Reference in New Issue