Update Travis build (#89)
* Test with the latest releases. * Allow tip to fail.
This commit is contained in:
committed by
Thomas Pelletier
parent
bfe4a7e160
commit
0049ab3dc4
+11
-6
@@ -1,13 +1,18 @@
|
|||||||
language: go
|
language: go
|
||||||
script: "./test.sh"
|
|
||||||
go:
|
go:
|
||||||
- 1.5
|
- 1.5.4
|
||||||
- 1.6
|
- 1.6.3
|
||||||
- 1.7
|
- 1.7
|
||||||
- tip
|
- tip
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- go: tip
|
||||||
|
fast_finish: true
|
||||||
|
script:
|
||||||
|
- ./test.sh
|
||||||
before_install:
|
before_install:
|
||||||
- go get github.com/axw/gocov/gocov
|
- go get github.com/axw/gocov/gocov
|
||||||
- go get github.com/mattn/goveralls
|
- go get github.com/mattn/goveralls
|
||||||
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
|
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
|
||||||
after_success:
|
after_success:
|
||||||
- $HOME/gopath/bin/goveralls -service=travis-ci
|
- $HOME/gopath/bin/goveralls -service=travis-ci
|
||||||
|
|||||||
Reference in New Issue
Block a user