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