summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2e9b392322..9dbedde09b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -260,7 +260,7 @@ matrix:
- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
- cd kitchen-tests
script:
- - bundle exec kitchen test webapp-amazonlinux
+ - travis_wait bundle exec kitchen test webapp-amazonlinux
after_failure:
- cat .kitchen/logs/kitchen.log
env: