Increase travis_wait time to 45m
This commit is contained in:
parent
f8994f237d
commit
f842b06321
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ install:
|
||||||
- gem install xcodeproj
|
- gem install xcodeproj
|
||||||
before_script:
|
before_script:
|
||||||
- pod install
|
- pod install
|
||||||
- travis_wait carthage bootstrap --platform iOS
|
- travis_wait 45 carthage bootstrap --platform iOS
|
||||||
script:
|
script:
|
||||||
- fastlane test
|
- fastlane test
|
||||||
- if [ "$TRAVIS_EVENT_TYPE" = "push" ]; then fastlane beta; fi
|
- if [ "$TRAVIS_EVENT_TYPE" = "push" ]; then fastlane beta; fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue