build correct scheme
This commit is contained in:
parent
9b6495b54b
commit
5ca0c7856e
|
@ -24,7 +24,7 @@ script:
|
||||||
- rm -rf MnemonicKit.xcodeproj
|
- rm -rf MnemonicKit.xcodeproj
|
||||||
- xcodegen generate
|
- xcodegen generate
|
||||||
- travis_wait 120 carthage bootstrap --platform iOS --cache-builds
|
- travis_wait 120 carthage bootstrap --platform iOS --cache-builds
|
||||||
- set -o pipefail && xcodebuild test -scheme MnemonicKit -destination 'platform=iOS
|
- set -o pipefail && xcodebuild test -scheme MnemonicKit_iOS -destination 'platform=iOS
|
||||||
Simulator,name=iPhone XS,OS=12.2' ONLY_ACTIVE_ARCH=YES | xcpretty
|
Simulator,name=iPhone XS,OS=12.2' ONLY_ACTIVE_ARCH=YES | xcpretty
|
||||||
after_success:
|
after_success:
|
||||||
- slather
|
- slather
|
||||||
|
|
Loading…
Reference in New Issue