diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2014-08-10 13:31:11 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2014-08-10 13:31:11 +0200 |
commit | 4862f75a3d6efb16259a7485d8b012dfea88cb91 (patch) | |
tree | aed7c5fa554d1a219e3c80e7607d017cba6daed9 | |
parent | 9d3e384ae6553fee85b7a1ed2b99a18a9884606e (diff) | |
download | gitlab-ce-4862f75a3d6efb16259a7485d8b012dfea88cb91.tar.gz |
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' |