summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2016-11-01 00:16:51 +0100
committerGitHub <[email protected]>2016-11-01 00:16:51 +0100
commit1c8297ab834aa3ca5f3c4128ded2758a680a9e60 (patch)
tree2a220944b5395f5b56d3eb62d23b96ffbdc542b5
parent0b98f7beae0f6b0cad6379cefbe48c05c95dad32 (diff)
parent28bc42ce822a6f5397bfa520c8c0cf8e56ee73fa (diff)
Merge pull request #355 from libgit2/cmn/travis-branches
travis: only build master and next
-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