mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-22 19:16:39 +10:00
Merge pull request #7463 from Razer6/improve/travis
Add retry option of travis and bundler
This commit is contained in:
+2
-2
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user