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

Commit a674a92

Browse files
committed
Set Travis to use Xcode 6.1.1 to see if that fixes Mac tests
1 parent c30a571 commit a674a92

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1+
osx_image: xcode611
12
language: objective-c
23
script:
34
- xcodebuild -project SSKeychain.xcodeproj -scheme "SSKeychain iOS" clean build test
4-
# - xcodebuild -project SSKeychain.xcodeproj -scheme "SSKeychain Mac" -configuration Debug clean build test
5+
- xcodebuild -project SSKeychain.xcodeproj -scheme "SSKeychain Mac" -configuration Debug clean build test

0 commit comments

Comments
 (0)