Merge pull request #355 from libgit2/cmn/travis-branches

travis: only build master and next
This commit is contained in:
Carlos Martín Nieto 2016-11-01 00:16:51 +01:00 committed by GitHub
commit 1c8297ab83
1 changed files with 5 additions and 0 deletions

View File

@ -17,3 +17,8 @@ go:
matrix:
allow_failures:
- go: tip
branches:
only:
- master
- next