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