From d1741cb35227147a2605bddefacd44dd17b87a27 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Fri, 30 Oct 2020 18:54:59 +0100 Subject: [PATCH] Bump build wait time --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index db3a624..0955938 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,4 @@ branches: install: - bundle install --jobs=3 --deployment --path=${BUNDLE_PATH:-vendor/bundle} - bundle exec pod repo update - - travis_wait 20 bundle exec pod install + - travis_wait 30 bundle exec pod install