aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 056b0a423..d5a420445 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,7 @@ matrix:
- sudo chown root:$USER /etc/fuse.conf
- make libbls
- 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
@@ -26,7 +26,7 @@ matrix:
- sudo chown root:$USER /etc/fuse.conf
- make libbls
- 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
@@ -42,7 +42,7 @@ matrix:
- unset -f cd # workaround for https://github.com/travis-ci/travis-ci/issues/8703
- make libbls
- 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