increase timeout
This commit is contained in:
parent
f892c69b87
commit
9b6495b54b
|
@ -19,7 +19,7 @@ after_deploy:
|
||||||
script:
|
script:
|
||||||
# CocoaPods
|
# CocoaPods
|
||||||
- xcodegen generate
|
- xcodegen generate
|
||||||
- pod lib lint
|
- travis_wait 120 pod lib lint
|
||||||
# Carthage
|
# Carthage
|
||||||
- rm -rf MnemonicKit.xcodeproj
|
- rm -rf MnemonicKit.xcodeproj
|
||||||
- xcodegen generate
|
- xcodegen generate
|
||||||
|
|
Loading…
Reference in New Issue