Skip to content

Commit

Permalink
Fixing wrong OS testing version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandlerdea committed Jul 8, 2020
1 parent 7e85741 commit b173a64
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 @@ -6,7 +6,7 @@ jobs:
osx_image: xcode11.2
script:
- swift package generate-xcodeproj
- xcodebuild test -scheme HTTPKit-Package -destination "platform=iOS Simulator,name=iPhone 11,OS=13.2" -enableCodeCoverage YES -derivedDataPath .build/derivedData
- xcodebuild test -scheme HTTPKit-Package -destination "platform=iOS Simulator,name=iPhone 11,OS=13.2.2" -enableCodeCoverage YES -derivedDataPath .build/derivedData
after_success:
# upload coverage data
- bash <(curl -s https://codecov.io/bash) -J '^HTTPKit$' -D .build/derivedData

0 comments on commit b173a64

Please sign in to comment.