The tests target should also use xcpretty
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -38,4 +38,4 @@ script: | @@ -38,4 +38,4 @@ script: | ||
38 | 38 | ||
39 | - echo Run the tests | 39 | - echo Run the tests |
40 | - pod install --project-directory=Tests | 40 | - pod install --project-directory=Tests |
41 | - - xcodebuild test -workspace SDWebImage.xcworkspace -scheme 'Tests' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' | ||
41 | + - xcodebuild test -workspace SDWebImage.xcworkspace -scheme 'Tests' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' -configuration Debug | xcpretty -c |
-
Please register or login to post a comment