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:
parent
7906bdbdce
commit
3ca566e105
|
@ -3,9 +3,14 @@ language: go
|
||||||
go:
|
go:
|
||||||
- 1.0
|
- 1.0
|
||||||
- 1.1
|
- 1.1
|
||||||
|
- 1.2
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- script/build-libgit2.sh
|
- script/build-libgit2.sh
|
||||||
- export PKG_CONFIG_PATH=$PWD/libgit2/install/lib/pkgconfig
|
- export PKG_CONFIG_PATH=$PWD/libgit2/install/lib/pkgconfig
|
||||||
- export LD_LIBRARY_PATH=$PWD/libgit2/install/lib
|
- export LD_LIBRARY_PATH=$PWD/libgit2/install/lib
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- go: tip
|
||||||
|
|
Loading…
Reference in New Issue