travis: only build master and next
The other branches will get built as part of a PR.
This commit is contained in:
parent
0b98f7beae
commit
28bc42ce82
|
@ -17,3 +17,8 @@ go:
|
|||
matrix:
|
||||
allow_failures:
|
||||
- go: tip
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- next
|
||||
|
|
Loading…
Reference in New Issue