Skip to content

Commit d1007b4

Browse files
author
Dane Miluski
committed
Xcode10 Travis Support
Problem: Although building/testing fine locally, Travis CI job is failure due to old sdk. Change: Update yml osx_image
1 parent 3e79d4e commit d1007b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: swift
2-
osx_image: xcode9.3
2+
osx_image: xcode10.0
33
xcode_project: Static.xcodeproj
44

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

0 commit comments

Comments
 (0)