Skip to content
This repository has been archived by the owner on May 29, 2021. It is now read-only.

Commit

Permalink
[nobug, build] Travis update to xcode 11 (#116)
Browse files Browse the repository at this point in the history
* [nobug, build] Travis update to xcode 11

* update cartfile
  • Loading branch information
garvankeeley authored Oct 10, 2019
1 parent 48807d9 commit 48ac43f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
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"
2 changes: 1 addition & 1 deletion tests-only-Cartfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Having a Cartfile and pulling this project from another project using carthage, will
# cause any Cartfile here to be run, and there is currently a carthage bug
# whereby pulling OHHTTPStubs reports a circular dependancy error (incorrectly).
github "AliSoftware/OHHTTPStubs" "6.0.0"
github "AliSoftware/OHHTTPStubs" "8.0.0"

0 comments on commit 48ac43f

Please sign in to comment.