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

This commit is contained in:
Bogdan Poplauschi 2014-11-04 13:52:11 +02:00
parent 542fc29808
commit 0aa9b61bcc
1 changed files with 1 additions and 1 deletions

View File

@ -23,4 +23,4 @@ script:
- cd Tests
- pod update
- cd ..
- xctool -workspace SDWebImage.xcworkspace -scheme 'Tests' -sdk iphonesimulator test
- xcodebuild -workspace SDWebImage.xcworkspace -scheme 'Tests' -sdk iphonesimulator clean test