diff --git a/.travis.yml b/.travis.yml index 8ef74530..a8d40d27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -208,7 +208,11 @@ before_install: install: # Maybe get and clean and patch source - clean_code $REPO_DIR $BUILD_COMMIT - - travis_wait 120 build_wheel $REPO_DIR $PLAT + # Output something every 5 minutes or Travis kills the job after 10 minutes + - while sleep 300; do echo "=====[ $SECONDS seconds still running ]====="; done & + - build_wheel $REPO_DIR $PLAT + # Killing background sleep loop + - kill %1 script: - install_run $PLAT