diff options
| author | Carlos MartÃn Nieto <[email protected]> | 2016-11-01 00:16:51 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-11-01 00:16:51 +0100 |
| commit | 1c8297ab834aa3ca5f3c4128ded2758a680a9e60 (patch) | |
| tree | 2a220944b5395f5b56d3eb62d23b96ffbdc542b5 | |
| parent | 0b98f7beae0f6b0cad6379cefbe48c05c95dad32 (diff) | |
| parent | 28bc42ce822a6f5397bfa520c8c0cf8e56ee73fa (diff) | |
Merge pull request #355 from libgit2/cmn/travis-branches
travis: only build master and next
| -rw-r--r-- | .travis.yml | 5 |
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 |
