Skip to content

Commit

Permalink
Update travis config to xcode10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phoney committed Nov 9, 2018
1 parent 121441f commit a2d6ee7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
osx_image: xcode9.4
osx_image: xcode10.1
language: objective-c
before_install:
- set -o pipefail
- gem install xcpretty slather -N
- xcrun instruments -w "iPhone 6 (11.0)" || echo "(Pre)Launched the simulator."
- xcrun instruments -w "iPhone 6 (11.1)" || echo "(Pre)Launched the simulator."
script:
- xcodebuild -project Down.xcodeproj -scheme "Down" -destination "platform=iOS Simulator,name=iPhone 6,OS=11.0" -enableCodeCoverage YES ONLY_ACTIVE_ARCH=YES test | xcpretty -c
- xcodebuild -project Down.xcodeproj -scheme "Down" -destination "platform=iOS Simulator,name=iPhone 6" -enableCodeCoverage YES ONLY_ACTIVE_ARCH=YES test | xcpretty -c
- xcodebuild -project Down.xcodeproj -scheme "Down" -sdk macosx -destination 'platform=OS X,arch=x86_64' -enableCodeCoverage YES test | xcpretty -c
- xcodebuild -project Down.xcodeproj -scheme "Down" -sdk appletvsimulator -destination 'platform=tvOS Simulator,name=Apple TV' -enableCodeCoverage YES test | xcpretty -c
after_success:
Expand Down

0 comments on commit a2d6ee7

Please sign in to comment.