diff --git a/.travis.yml b/.travis.yml index 4dea8ed4..6219994c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,11 +19,11 @@ script: - | ( if [[ -n $TRAVIS_LINT ]]; then - make lint + travis_wait 30 make lint elif [[ -n $TRAVIS_UNIT ]]; then - bundle exec rake spec + travis_wait 30 bundle exec rake spec else - bundle exec rake beaker + travis_wait 30 bundle exec rake beaker fi )