travis: retry tests

This commit is contained in:
Jimmy Hu 2018-12-12 17:28:09 +08:00
parent ebbf3dfafb
commit e38f38d734

View file

@ -12,7 +12,7 @@ matrix:
- sudo chmod 666 /dev/fuse
- sudo chown root:$USER /etc/fuse.conf
- go run build/ci.go install
- go run build/ci.go test -coverage $TEST_PACKAGES
- travis_retry go run build/ci.go test -coverage $TEST_PACKAGES
# These are the latest Go versions.
- os: linux
@ -24,7 +24,7 @@ matrix:
- sudo chmod 666 /dev/fuse
- sudo chown root:$USER /etc/fuse.conf
- go run build/ci.go install
- go run build/ci.go test -coverage $TEST_PACKAGES
- travis_retry go run build/ci.go test -coverage $TEST_PACKAGES
- os: osx
go: 1.11.x
@ -39,7 +39,7 @@ matrix:
- ulimit -n
- unset -f cd # workaround for https://github.com/travis-ci/travis-ci/issues/8703
- go run build/ci.go install
- go run build/ci.go test -coverage $TEST_PACKAGES
- travis_retry go run build/ci.go test -coverage $TEST_PACKAGES
# This builder only tests code linters on latest version of Go
- os: linux