Unverified Commit 31e96aaf authored by Yulin Chen's avatar Yulin Chen Committed by GitHub

Update travis resiliency (#23)

* Update travis resiliency
parent 07df2508
language: go language: go
go: go:
- 1.7.x - 1.11.x
- 1.8.x - 1.12.x
- 1.9.x - 1.13.x
- tip - tip
before_install: before_install:
- go get github.com/mattn/goveralls - travis_retry go get github.com/mattn/goveralls
script: script:
- go test -v $(go list ./... | grep -v /vendor/) - travis_retry go test -v ./...
- $HOME/gopath/bin/goveralls -service=travis-ci - travis_retry $HOME/gopath/bin/goveralls -service=travis-ci
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment