Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2014-08-10 15:31:11 +0400
committerRobert Schilling <rschilling@student.tugraz.at>2014-08-10 15:31:11 +0400
commit4862f75a3d6efb16259a7485d8b012dfea88cb91 (patch)
treeaed7c5fa554d1a219e3c80e7607d017cba6daed9 /.travis.yml
parent9d3e384ae6553fee85b7a1ed2b99a18a9884606e (diff)
Add retry option of travis and bundler
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
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'