Skip to content

Commit e5fe134

Browse files
committed
Update the travis configuration
1 parent 2af68b0 commit e5fe134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# * https://github.com/supermarin/xcpretty#usage
44

55
language: objective-c # still specify this even though we are using swift - appears to tell travis which Xcode version to use
6-
osx_image: xcode8
6+
osx_image: xcode9.1
77
#cache: cocoapods
88
podfile: Example/Podfile
99
before_install:
@@ -15,7 +15,7 @@ script:
1515
- set -o pipefail
1616
- xcodebuild -version
1717
- xcodebuild -showsdks
18-
- xcodebuild build test -workspace Example/FazeKit.xcworkspace -scheme FazeKit-Example -sdk iphonesimulator10.0 -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.0' ONLY_ACTIVE_ARCH=NO | xcpretty
18+
- xcodebuild build test -workspace Example/FazeKit.xcworkspace -scheme FazeKit-Example -destination 'platform=iOS Simulator,name=iPhone SE' ONLY_ACTIVE_ARCH=NO | xcpretty
1919
- pod lib lint
2020
notifications:
2121
slack:

0 commit comments

Comments
 (0)