From d625be8d98afac39d2d730253dce8fc2b38c3aa2 Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Sun, 29 May 2016 00:53:49 +0300 Subject: [PATCH] Need to clean the SDWebImage scheme to allow the tests to rebuild it using their required platform. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c3f111a..ffa2918 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,4 +38,5 @@ script: - echo Run the tests - pod install --project-directory=Tests + - xcodebuild clean -workspace SDWebImage.xcworkspace -scheme 'SDWebImage-static' -sdk iphonesimulator PLATFORM_NAME=iphonesimulator -configuration Debug | xcpretty -c - 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