aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-11-04 13:54:05 -0500
committerMarcoFalke <falke.marco@gmail.com>2019-11-04 14:10:07 -0500
commitfa56bcbb010467fc26c8c50e077d050abaeda9b8 (patch)
treeb2a0fdc1513721bee42f0b865797400ae499dd22 /.travis.yml
parent94a26b192f187cb50bf1ac1775b23f2b03f772b1 (diff)
downloadbitcoin-fa56bcbb010467fc26c8c50e077d050abaeda9b8.tar.xz
ci: Run CI_WAIT only on travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 51bb7d6e0b..f6f3c1eff5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,6 +46,7 @@ stages:
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."
before_install:
- set -o errexit; source ./ci/test/00_setup_env.sh