Increase travis_wait time to 45m

This commit is contained in:
Bob Sun 2018-08-13 21:38:55 -07:00
parent f8994f237d
commit f842b06321
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -10,7 +10,7 @@ install:
- gem install xcodeproj
before_script:
- pod install
- travis_wait carthage bootstrap --platform iOS
- travis_wait 45 carthage bootstrap --platform iOS
script:
- fastlane test
- if [ "$TRAVIS_EVENT_TYPE" = "push" ]; then fastlane beta; fi