Authored by Bogdan Poplauschi

Everything worked except the tests, trying using xcodebuild instead of xctool

... ... @@ -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
... ...