summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-09-27 20:25:53 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-09-27 20:25:53 -0700
commit394b1985b13780310fd2b3bec7ca9f635a3221cb (patch)
tree84e29fca20226d20b22d31bd796ea4da594db23f /.travis.yml
parent9a47c7863b7c9d23928e51fd23b8ebc7ac684d16 (diff)
Travis: add travis_wait to prevent timing out if no output.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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)