ソースを参照

Format ci output

onevcat 10 年 前
コミット
4743de6b76
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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