Commit 4862f75a authored by Robert Schilling's avatar Robert Schilling

Add retry option of travis and bundler

parent 9d3e384a
...@@ -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