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:
|
||||
allow_failures:
|
||||
- go: tip
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- next
|
||||
|
|
Loading…
Reference in New Issue