From ab4552563a1675f04e67d8b975947cfb3b45c034 Mon Sep 17 00:00:00 2001 From: Arnaud Dorgans Date: Sun, 17 Feb 2019 12:11:21 +0100 Subject: [PATCH] travis wait --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 71c6d9f..95ef286 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: swift osx_image: xcode10.1 install: script: - - sh .scripts/pod_lib.sh + - travis_wait 50 sh .scripts/pod_lib.sh before_install: - gem install cocoapods - pod repo update && pod update