Travis: print spaces every minute to fix build

Package wxwidgets is downloaded for more than 10 minutes,
Travis failed because of no output for 10 minutes:
https://travis-ci.org/mxe/mxe/builds/205649309
This commit is contained in:
Boris Nagaev 2017-02-27 23:41:22 +01:00
parent d0d840f369
commit 57a72f9657
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ sudo: false
script:
- make docs/build-matrix.html docs/packages.json OS_SHORT_NAME=disable-native-plugins
- if [ "$GH_TOKEN" != "" ]; then ./tools/travis-push.sh; fi
# Package wxwidgets is downloaded for more than 10 minutes,
# Travis failed because of no output for 10 minutes.
- while true; do sleep 60; echo -n ' '; done &
- make download -j 6 -k MXE_PLUGIN_DIRS="$(./tools/plugins-with-additional-packages.sh)"
env: