Add travis_retry to config
This commit is contained in:
parent
c658f9172c
commit
f9b94bbefb
|
@ -2,7 +2,7 @@ language: ruby
|
|||
cache: bundler
|
||||
install:
|
||||
- script/rebund download
|
||||
- bundle install --path vendor/bundle
|
||||
- travis_retry bundle install --path vendor/bundle
|
||||
rvm:
|
||||
- 2.1.0
|
||||
- 2.0.0
|
||||
|
|
Loading…
Reference in New Issue