We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f9f893 commit ab45525Copy full SHA for ab45525
.travis.yml
@@ -2,7 +2,7 @@ language: swift
2
osx_image: xcode10.1
3
install:
4
script:
5
- - sh .scripts/pod_lib.sh
+ - travis_wait 50 sh .scripts/pod_lib.sh
6
before_install:
7
- gem install cocoapods
8
- pod repo update && pod update
0 commit comments