summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2017-02-27 22:41:22 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2017-02-27 22:43:42 (GMT)
commit57a72f9657a45937b0d25bd413f58b0d5ee34f00 (patch)
treeb13efedc687fb24da8a66549d0ba8c057f3501c8 /.travis.yml
parentd0d840f369f9c0939ce5a91e9a54097a6b64c906 (diff)
downloadmxe-57a72f9657a45937b0d25bd413f58b0d5ee34f00.zip
mxe-57a72f9657a45937b0d25bd413f58b0d5ee34f00.tar.gz
mxe-57a72f9657a45937b0d25bd413f58b0d5ee34f00.tar.bz2
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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 04e8192..ba18eb8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: