From 7c8d8b0320ba43bde5ce434b719acb0126caed44 Mon Sep 17 00:00:00 2001 From: Amir Abbas Date: Tue, 26 Jun 2018 03:34:38 +0430 Subject: [PATCH] Removed swift package from travis.yml --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0a8368f..1a7b7f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,6 @@ before_install: script: - set -o pipefail - xcodebuild -version - - swift package generate-xcodeproj - xcodebuild -project "$PROJECT" -scheme "$SCHEME" -sdk iphonesimulator -configuration Debug ONLY_ACTIVE_ARCH=NO build | xcpretty - xcodebuild -project "$PROJECT" -scheme "$SCHEME" -sdk iphoneos -configuration Release ONLY_ACTIVE_ARCH=NO build | xcpretty - pod lib lint --quick @@ -32,8 +31,7 @@ before_deploy: brew update; brew outdated carthage || brew upgrade carthage; carthage version; - swift package generate-xcodeproj; - carthage build --platform ios --no-skip-current --verbose; + carthage build --no-skip-current --verbose; carthage archive $PROJECTNAME; fi