travis: only build master and next

The other branches will get built as part of a PR.
This commit is contained in:
Carlos Martín Nieto 2016-10-31 21:34:00 +01:00
parent 0b98f7beae
commit 28bc42ce82
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