From 6c29c8b009bae936a3f5c4bb919bf3072a6bdf3c Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Tue, 17 Mar 2015 16:36:50 +0200 Subject: [PATCH] Another try to fix the travis builds --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 176e0e95d..69c27e169 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,4 @@ script: - xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage Demo' -sdk iphonesimulator -arch i386 build - pod install --project-directory=Tests - - xcodebuild -workspace SDWebImage.xcworkspace -scheme 'Tests' -sdk iphonesimulator -arch i386 test \ No newline at end of file + - xcodebuild -workspace SDWebImage.xcworkspace -scheme 'Tests' -sdk iphonesimulator -arch i386 -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' test \ No newline at end of file