diff --git a/.travis.yml b/.travis.yml index 15d8de6ee4..d1bad8f8ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -139,9 +139,13 @@ install: # - cd .. script: + # output something every <10 minutes + - while sleep 9m; do echo "=====[ $SECONDS seconds still running ]====="; done & - cd src - - travis_wait 45 python -m cibuildwheel --output-dir ../wheelhouse + - python -m cibuildwheel --output-dir ../wheelhouse - cd .. + # terminate background sleep & print loop + - kill %1 deploy: - provider: script