From 718cbcad3e74dbe441318796e1e553ed9e7a00e0 Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Sun, 8 May 2016 23:41:31 +0300 Subject: [PATCH] The tests target should also use xcpretty --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0c36dc64..c3f111a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,4 +38,4 @@ script: - echo Run the tests - pod install --project-directory=Tests - - xcodebuild test -workspace SDWebImage.xcworkspace -scheme 'Tests' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' \ No newline at end of file + - xcodebuild test -workspace SDWebImage.xcworkspace -scheme 'Tests' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' -configuration Debug | xcpretty -c \ No newline at end of file