Update travis settings

Build on 1.2 and allow tip to fail. These failures sometimes are our
fault, sometimes go's.
This commit is contained in:
Carlos Martín Nieto 2014-05-31 16:51:51 +02:00
parent 7906bdbdce
commit 3ca566e105
1 changed files with 5 additions and 0 deletions

View File

@ -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