From 705607110d1c8277cd9fc61e86d7657fb7e09754 Mon Sep 17 00:00:00 2001 From: Jimmy Hu Date: Wed, 12 Dec 2018 16:50:07 +0800 Subject: ci: auto retry test (#89) --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3