Skip to content
代码片段 群组 项目
提交 4862f75a 编辑于 作者: Robert Schilling's avatar Robert Schilling
浏览文件

Add retry option of travis and bundler

上级 9d3e384a
No related branches found
No related tags found
无相关合并请求
...@@ -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'
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册