Skip to content

Commit

Permalink
Xcode10 Travis Support (#130)
Browse files Browse the repository at this point in the history
Problem:
Although building/testing fine locally, Travis CI job is failure due to old sdk.

Change:
Update yml osx_image
  • Loading branch information
dmiluski committed Sep 26, 2018
1 parent 3e79d4e commit c25e3be
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,5 +1,5 @@
language: swift
osx_image: xcode9.3
osx_image: xcode10
xcode_project: Static.xcodeproj

script: xcodebuild -scheme "$TRAVIS_XCODE_SCHEME" -sdk "$TRAVIS_XCODE_SDK" -destination "$DESTINATION" test
Expand Down

0 comments on commit c25e3be

Please sign in to comment.