Skip to content

Commit

Permalink
Merge pull request #103 from intuit/fix-travis
Browse files Browse the repository at this point in the history
Changed version of Xcode to 10.1
  • Loading branch information
croossin authored Nov 20, 2018
2 parents 65beba1 + 3fce570 commit ba56f9e
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
@@ -1,6 +1,6 @@
language: swift
xcode_workspace: Example/CardParts.xcworkspace
xcode_scheme: CardParts-Example
osx_image: xcode9.4
osx_image: xcode10.1
podfile: Example/Podfile
script: xcodebuild test -workspace Example/CardParts.xcworkspace -scheme CardParts-Example -destination 'platform=iOS Simulator,name=iPhone 8 Plus,OS=11.4'

0 comments on commit ba56f9e

Please sign in to comment.