From 394b1985b13780310fd2b3bec7ca9f635a3221cb Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 27 Sep 2017 20:25:53 -0700 Subject: Travis: add travis_wait to prevent timing out if no output. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e014576dd..ef5641dc0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -119,6 +119,7 @@ install: esac script: +- travis_wait 30 sleep 1800 & - | case "$BUILD" in stack) -- cgit v1.2.3