Add travis_retry to config

This commit is contained in:
John Piasetzki 2014-03-20 19:26:44 -04:00
parent c658f9172c
commit f9b94bbefb
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ language: ruby
cache: bundler cache: bundler
install: install:
- script/rebund download - script/rebund download
- bundle install --path vendor/bundle - travis_retry bundle install --path vendor/bundle
rvm: rvm:
- 2.1.0 - 2.1.0
- 2.0.0 - 2.0.0