From 4862f75a3d6efb16259a7485d8b012dfea88cb91 Mon Sep 17 00:00:00 2001 From: Robert Schilling Date: Sun, 10 Aug 2014 13:31:11 +0200 Subject: Add retry option of travis and bundler --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') 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' -- cgit v1.2.3