Skip to content

Commit

Permalink
Removed swift package from travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amosavian committed Jun 25, 2018
1 parent 6ef6700 commit 7c8d8b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 7c8d8b0

Please sign in to comment.