From 8e300c92a40b83e84971b82d6b1182a8d684d7dd Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Sun, 29 May 2016 00:50:24 +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 581b3ee..af6197f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,4 +23,5 @@ script: - xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage Demo' -sdk iphonesimulator build - pod install --project-directory=Tests + - xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage' -sdk iphonesimulator clean - xctool -workspace SDWebImage.xcworkspace -scheme 'Tests' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' test \ No newline at end of file