Skip to content

Commit

Permalink
Update travis resiliency (#23)
Browse files Browse the repository at this point in the history
* Update travis resiliency
  • Loading branch information
Yulin Chen authored Dec 23, 2019
1 parent 07df250 commit 31e96aa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: go
go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.11.x
- 1.12.x
- 1.13.x
- tip
before_install:
- go get github.com/mattn/goveralls
- travis_retry go get github.com/mattn/goveralls
script:
- go test -v $(go list ./... | grep -v /vendor/)
- $HOME/gopath/bin/goveralls -service=travis-ci
- travis_retry go test -v ./...
- travis_retry $HOME/gopath/bin/goveralls -service=travis-ci

0 comments on commit 31e96aa

Please sign in to comment.