Commit 90bb431c by Jon Yurek

Merge pull request #1427 from marcoow/travis

Travis build: retry bundle install on e.g. timeout
parents 326728e6 193b1c96
......@@ -7,7 +7,7 @@ rvm:
- 2.1.0
install:
- "bundle install"
- "travis_retry bundle install"
before_script: "sudo ntpdate -ub ntp.ubuntu.com pool.ntp.org; true"
script: "bundle exec rake clean test cucumber"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment