travis: Rework CACHE_ERR_MSG

pull/764/head
MarcoFalke 5 years ago
parent 89e93135ae
commit 9999a79074
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548

@ -48,7 +48,7 @@ env:
global: global:
- CI_RETRY_EXE="travis_retry" - CI_RETRY_EXE="travis_retry"
- CI_WAIT="while sleep 500; do echo .; done" - 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: before_install:
- set -o errexit; source ./ci/test/00_setup_env.sh - set -o errexit; source ./ci/test/00_setup_env.sh
- set -o errexit; source ./ci/test/03_before_install.sh - set -o errexit; source ./ci/test/03_before_install.sh

Loading…
Cancel
Save