From d6fa29c88a9d4febc2c9d8fa49ce23c68334d0aa Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Sat, 1 Oct 2016 13:08:14 +0300 Subject: [PATCH] The Carthage build phase takes too long (5 minutes). Removing it. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ee50b173..8b0271b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,5 @@ script: - xcodebuild clean -workspace SDWebImage.xcworkspace -scheme 'SDWebImage iOS 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 - - carthage build --no-skip-current - after_success: - bash <(curl -s https://codecov.io/bash) \ No newline at end of file