Skip to content

Commit

Permalink
Travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyatt Mufson committed Oct 1, 2019
1 parent 3218df5 commit a1b5f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ install:

script:
- pod lib lint
- xcodebuild clean build test -workspace SwiftPromises.xcworkspace -scheme SwiftPromises_Tests -destination 'platform=iOS Simulator,name=iPhone 8,OS=12.0' -sdk iphonesimulator12.0 CODE_SIGNING_REQUIRED=NO -configuration Debug ONLY_ACTIVE_ARCH=YES ENABLE_TESTABILITY=YES -enableCodeCoverage YES | xcpretty -c
- xcodebuild clean build test -workspace SwiftPromises.xcworkspace -scheme SwiftPromises_Tests -destination 'platform=iOS Simulator,name=iPhone 8,OS=12.0' -sdk iphonesimulator13.0 CODE_SIGNING_REQUIRED=NO -configuration Debug ONLY_ACTIVE_ARCH=YES ENABLE_TESTABILITY=YES -enableCodeCoverage YES | xcpretty -c
- bash <(curl -s https://codecov.io/bash) -cF unit -J SwiftPromises

0 comments on commit a1b5f37

Please sign in to comment.