From dc6f91971f7fd3b1170bdcbbf6c4ee5fbe97eb22 Mon Sep 17 00:00:00 2001 From: evilaliv3 Date: Fri, 8 Jan 2016 11:23:19 +0100 Subject: [PATCH] Add travis_wait to grunt saucelabs in order to deal with the long long long firefox execution --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2d9b42bd..2c4c375e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,4 +57,4 @@ matrix: before_script: - npm install -g grunt-cli script: - - $TRAVIS_BUILD_DIR/travis.sh + - travis_wait $TRAVIS_BUILD_DIR/travis.sh