Skip to content
This repository was archived by the owner on Aug 17, 2022. It is now read-only.

Commit f740825

Browse files
author
Tom Holland
committed
Updated Travis for Xcode 8.2
1 parent 0783345 commit f740825

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode7.3
3-
4-
script:
5-
- xcodebuild -project CodeChallenge.xcodeproj -scheme CodeChallengeTests -destination 'platform=iOS Simulator,name=iPhone 6' test
2+
osx_image: xcode8.2
3+
xcode_project: CodeChallenge.xcodeproj
4+
xcode_scheme: CodeChallenge
5+
xcode_sdk: iphonesimulator8.4

0 commit comments

Comments
 (0)