diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-11-08 12:55:34 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-11-10 21:49:32 -0500 |
commit | 9999a790749c583845a3ff7a265d540c2905aa12 (patch) | |
tree | e44477d45cab6dc2f93d02334dbe6048d65b16a6 | |
parent | 89e93135aedf984f7a98771f047e2beb6cdbdb8e (diff) |
travis: Rework CACHE_ERR_MSG
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 73e62cd2b0..16f3ad2dba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ env: global: - CI_RETRY_EXE="travis_retry" - CI_WAIT="while sleep 500; do echo .; done" - - CACHE_ERR_MSG="Error! Initial build successful, but not enough time remains to run later build stages and tests. Please manually re-run this job by using the travis restart button or asking a bitcoin maintainer to restart. The next run should not time out because the build cache has been saved." + - CACHE_ERR_MSG="Error! Initial build successful, but not enough time remains to run later build stages and tests. See https://docs.travis-ci.com/user/customizing-the-build#build-timeouts . Please manually re-run this job by using the travis restart button. The next run should not time out because the build cache has been saved." before_install: - set -o errexit; source ./ci/test/00_setup_env.sh - set -o errexit; source ./ci/test/03_before_install.sh |