|
|
@@ -4,4 +4,5 @@ osx_image: xcode7.1
|
|
|
xcode_workspace: Kingfisher.xcworkspace
|
|
|
xcode_scheme: Kingfisher
|
|
|
|
|
|
-script: xcodebuild -workspace Kingfisher.xcworkspace -scheme Kingfisher -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' test | xcpretty && exit ${PIPESTATUS[0]}
|
|
|
+install: gem install xcpretty-travis-formatter
|
|
|
+script: xcodebuild -workspace Kingfisher.xcworkspace -scheme Kingfisher -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' test | xcpretty -f `xcpretty-travis-formatter`
|