diff options
| author | Carlos Martín Nieto <[email protected]> | 2014-05-31 16:51:51 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2014-05-31 16:51:51 +0200 |
| commit | 3ca566e105e8156a2583f36e9dd9e06ed3b3564c (patch) | |
| tree | e84e7f0a2f3a544235b396900a7c12e9ff2c8b5b | |
| parent | 7906bdbdceddff34827ba13640b6d03bc813139f (diff) | |
Update travis settings
Build on 1.2 and allow tip to fail. These failures sometimes are our
fault, sometimes go's.
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 2a03529..5bc4f9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,14 @@ language: go go: - 1.0 - 1.1 + - 1.2 - tip install: - script/build-libgit2.sh - export PKG_CONFIG_PATH=$PWD/libgit2/install/lib/pkgconfig - export LD_LIBRARY_PATH=$PWD/libgit2/install/lib + +matrix: + allow_failures: + - go: tip |
