From 0aa9b61bcca20ef3e389bc46aee3ebfbbca362bd Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Tue, 4 Nov 2014 13:52:11 +0200 Subject: [PATCH] Everything worked except the tests, trying using xcodebuild instead of xctool --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e92031a4..5c1d3e8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,4 +23,4 @@ script: - cd Tests - pod update - cd .. - - xctool -workspace SDWebImage.xcworkspace -scheme 'Tests' -sdk iphonesimulator test \ No newline at end of file + - xcodebuild -workspace SDWebImage.xcworkspace -scheme 'Tests' -sdk iphonesimulator clean test \ No newline at end of file