travis: build statically
This commit is contained in:
parent
5001942b59
commit
e7747d3174
|
@ -1,15 +1,13 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
sudo: required
|
|
||||||
|
|
||||||
install: ./script/install-libgit2.sh
|
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.5
|
- 1.5
|
||||||
- 1.6
|
- 1.6
|
||||||
- 1.7
|
- 1.7
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
|
script: make test-static
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: tip
|
- go: tip
|
||||||
|
|
Loading…
Reference in New Issue