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