diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-05-09 15:57:08 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-05-10 07:51:31 -0400 |
commit | fa35c34df781cf46bbd15522961f214f03b958bf (patch) | |
tree | 85b619a13cde51eb089383d69b28f1b53482cc3f /.travis.yml | |
parent | 3333cb96994182bbdbb21174b691feb716858bc2 (diff) |
Remove unused ci configs that have been moved elsewhere
They have been moved to https://github.com/MarcoFalke/btc_nightly
running on Cirrus CI https://cirrus-ci.com/build/6249975761862656
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ab066d093a..fd280a91ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,6 @@ 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. 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 |