Retry travis builds up to 3 times

This commit is contained in:
Lucas Clemente
2017-03-02 11:13:00 +01:00
committed by GitHub
parent 362bd3e9e0
commit 33b0a45981

View File

@@ -33,7 +33,8 @@ before_install:
- go env # for debugging
script:
- .travis/script.sh
# Retry building up to 3 times as documented here: https://docs.travis-ci.com/user/common-build-problems/#travis_retry
- travis_retry .travis/script.sh
after_success:
- .travis/after_success.sh