From fdb63dadfffd4e6e009b0f398436029bffc314d4 Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Wed, 29 Aug 2018 15:35:36 +0300 Subject: [PATCH] Fixed the build (had to update the example building command) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 03f830b..cd75a26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ script: - echo Build example - pod install --project-directory=Example - - xcodebuild build -workspace Example/SDImageWebPCoderExample.xcworkspace -scheme SDImageWebPCoderExample -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8' -configuration Debug | xcpretty -c + - xcodebuild build -workspace SDWebImageWebPCoder.xcworkspace -scheme SDWebImageWebPCoderExample -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8' -configuration Debug | xcpretty -c # - echo Run the tests # - xcodebuild test -workspace Example/SDImageWebPCoderExample.xcworkspace -scheme 'SDImageWebPCoderTests' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8' -configuration Debug | xcpretty -c