We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e420c commit eb9d304Copy full SHA for eb9d304
1 file changed
.travis.yml
@@ -1,5 +1,5 @@
1
language: objective-c
2
-osx_image: xcode7
+osx_image: xcode8
3
script:
4
- - xctool -scheme 'SafeIndex-iOS' -sdk iphonesimulator CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO test -parallelize
5
- - xctool -scheme 'SafeIndex-OSX' test -parallelize
+ - xcodebuild -scheme 'SafeIndex' -sdk iphonesimulator CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO test | xcpretty -c
+ - xcodebuild -scheme 'SafeIndex-OSX' test | xcpretty -c
0 commit comments