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

Commit c0c8a7a

Browse files
author
Tom Holland
committed
Updated Travis for Xcode8
1 parent 0783345 commit c0c8a7a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)