bump up travis timeout for pod install (#1148)

pull/1/head
Michael Kirk 9 years ago
parent fc494d735f
commit 9d4befd08c

@ -6,7 +6,7 @@ xcode_sdk: iphonesimulator9.1
before_install:
- brew update
- brew uninstall xctool && brew install --HEAD xctool
install: travis_wait pod install
install: travis_wait 30 pod install
xcode_workspace: Signal.xcworkspace
xcode_scheme: Signal

Loading…
Cancel
Save