diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-08-11 13:11:26 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-08-11 13:11:26 +0300 |
commit | e794b561330070465a67ec57bc65069e12b78ef5 (patch) | |
tree | 01882c43ad0591dd39ac878f31ed05110a579414 | |
parent | 9238616d6f0d81e12e2cb422b8cac4bc10983cf3 (diff) | |
parent | 4862f75a3d6efb16259a7485d8b012dfea88cb91 (diff) | |
download | gitlab-ce-e794b561330070465a67ec57bc65069e12b78ef5.tar.gz |
Merge pull request #7463 from Razer6/improve/travis
Add retry option of travis and bundler
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 8bb2da5e51e..9b7b2cb3c09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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' |