[CI] Skip cleanup

This commit is contained in:
androm3da 2018-02-03 22:25:49 -06:00 committed by GitHub
commit d05b761f6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,7 @@ script:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then docker run -v $TRAVIS_BUILD_DIR:/workspace nanocurrency/nano-ci /bin/bash -c "cd /workspace && ASAN=${ASAN} TSAN=${TSAN} ./ci/build-travis.sh /usr/lib/x86_64-linux-gnu/cmake/Qt5 ${PWD}"; fi
deploy:
skip_cleanup: true
provider: script
script: travis_wait 80 ci/deploy-docker.sh
on: