Skip to content

Commit eb9d304

Browse files
committed
Update .travis.yml
1 parent d5e420c commit eb9d304

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode7
2+
osx_image: xcode8
33
script:
4-
- xctool -scheme 'SafeIndex-iOS' -sdk iphonesimulator CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO test -parallelize
5-
- xctool -scheme 'SafeIndex-OSX' test -parallelize
4+
- xcodebuild -scheme 'SafeIndex' -sdk iphonesimulator CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO test | xcpretty -c
5+
- xcodebuild -scheme 'SafeIndex-OSX' test | xcpretty -c

0 commit comments

Comments
 (0)