Skip to content

Commit 9999a79

Browse files
author
MarcoFalke
committed
travis: Rework CACHE_ERR_MSG
1 parent 89e9313 commit 9999a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ env:
4848
global:
4949
- CI_RETRY_EXE="travis_retry"
5050
- CI_WAIT="while sleep 500; do echo .; done"
51-
- 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."
51+
- 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."
5252
before_install:
5353
- set -o errexit; source ./ci/test/00_setup_env.sh
5454
- set -o errexit; source ./ci/test/03_before_install.sh

0 commit comments

Comments
 (0)