This repository has been archived by the owner on May 29, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nobug, build] Travis update to xcode 11 (#116)
* [nobug, build] Travis update to xcode 11 * update cartfile
- Loading branch information
1 parent
48807d9
commit 48ac43f
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
language: objective-c | ||
osx_image: xcode9 | ||
osx_image: xcode11.2 | ||
xcode_project: Telemetry.xcodeproj | ||
xcode_scheme: Telemetry | ||
script: | ||
- xcodebuild clean test -scheme Telemetry -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 7" | ||
- xcodebuild clean test -scheme Telemetry -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 8" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters