Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Bump simulator versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zenangst committed Jan 20, 2021
1 parent 15ad8fb commit 1fafde6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ script:
- set -o pipefail && swift package generate-xcodeproj
- set -o pipefail && xcodebuild -project Family.xcodeproj -scheme "Family-Package" -sdk macosx -enableCodeCoverage YES clean build test | xcpretty
- bash <(curl -s https://codecov.io/bash) -c -F macOS
- set -o pipefail && xcodebuild -project Family.xcodeproj -scheme "Family-Package" -destination 'name=Apple TV,OS=14.0' -enableCodeCoverage YES clean build test | xcpretty
- set -o pipefail && xcodebuild -project Family.xcodeproj -scheme "Family-Package" -destination 'name=Apple TV,OS=14.2' -enableCodeCoverage YES clean build test | xcpretty
- bash <(curl -s https://codecov.io/bash) -c -F tvOS
- set -o pipefail && xcodebuild -project Family.xcodeproj -scheme "Family-Package" -sdk iphonesimulator -destination name="iPhone 8,OS=14.0" -enableCodeCoverage YES clean build test | xcpretty
- set -o pipefail && xcodebuild -project Family.xcodeproj -scheme "Family-Package" -sdk iphonesimulator -destination name="iPhone 8,OS=14.2" -enableCodeCoverage YES clean build test | xcpretty
- bash <(curl -s https://codecov.io/bash) -c -F iOS

notifications:
Expand Down

0 comments on commit 1fafde6

Please sign in to comment.