Merge pull request #7463 from Razer6/improve/travis

Add retry option of travis and bundler
This commit is contained in:
Dmitriy Zaporozhets
2014-08-11 13:11:26 +03:00
+2 -2
View File
@@ -17,8 +17,8 @@ env:
- TASK=jasmine:ci DB=postgresql
before_install:
- sudo apt-get install libicu-dev -y
install:
- "bundle install --deployment --without production"
install:
- "travis_retry bundle install --deployment --without production --retry 5"
branches:
only:
- 'master'