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: ...@@ -17,8 +17,8 @@ env:
- TASK=jasmine:ci DB=postgresql - TASK=jasmine:ci DB=postgresql
before_install: before_install:
- sudo apt-get install libicu-dev -y - sudo apt-get install libicu-dev -y
install: install:
- "bundle install --deployment --without production" - "travis_retry bundle install --deployment --without production --retry 5"
branches: branches:
only: only:
- 'master' - '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