build correct scheme

This commit is contained in:
keefertaylor 2019-10-27 22:41:57 -06:00
parent 9b6495b54b
commit 5ca0c7856e
1 changed files with 1 additions and 1 deletions

View File

@ -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