summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2016-10-31 21:34:00 +0100
committerCarlos Martín Nieto <[email protected]>2016-10-31 21:34:00 +0100
commit28bc42ce822a6f5397bfa520c8c0cf8e56ee73fa (patch)
tree2a220944b5395f5b56d3eb62d23b96ffbdc542b5
parent0b98f7beae0f6b0cad6379cefbe48c05c95dad32 (diff)
travis: only build master and next
The other branches will get built as part of a PR.
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 79ad168..8a81f16 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,3 +17,8 @@ go:
matrix:
allow_failures:
- go: tip
+
+branches:
+ only:
+ - master
+ - next