Commit e794b561 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #7463 from Razer6/improve/travis

Add retry option of travis and bundler
parents 9238616d 4862f75a
......@@ -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'
......
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