Skip to content

Commit

Permalink
Update Travis build (BurntSushi#89)
Browse files Browse the repository at this point in the history
* Test with the latest releases.
* Allow tip to fail.
  • Loading branch information
moorereason authored and pelletier committed Aug 22, 2016
1 parent bfe4a7e commit 0049ab3
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
language: go
script: "./test.sh"
go:
- 1.5
- 1.6
- 1.7
- tip
- 1.5.4
- 1.6.3
- 1.7
- tip
matrix:
allow_failures:
- go: tip
fast_finish: true
script:
- ./test.sh
before_install:
- go get github.com/axw/gocov/gocov
- 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
after_success:
- $HOME/gopath/bin/goveralls -service=travis-ci
- $HOME/gopath/bin/goveralls -service=travis-ci

0 comments on commit 0049ab3

Please sign in to comment.