Skip to content

Commit 28bc42c

Browse files
committed
travis: only build master and next
The other branches will get built as part of a PR.
1 parent 0b98f7b commit 28bc42c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ go:
1717
matrix:
1818
allow_failures:
1919
- go: tip
20+
21+
branches:
22+
only:
23+
- master
24+
- next

0 commit comments

Comments
 (0)