Skip to content

Commit

Permalink
Fix travis-timeouts
Browse files Browse the repository at this point in the history
According to http://docs.travis-ci.com/user/build-timeouts/ the `travis_wait` prefix should fix the timeouts making builds fail for travis.
  • Loading branch information
Carlgo11 committed Mar 25, 2015
1 parent 04abaf7 commit 6e05f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: ruby
install: bundle install
install: travis_wait bundle install
rvm:
- 2.1.1
notifications:
Expand Down

0 comments on commit 6e05f23

Please sign in to comment.