Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorpatras committed Jan 4, 2021
1 parent 025a676 commit b69f6a7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@ env:
- FRAMEWORK_NAME=EasyTipView
- PROJECT=EasyTipView.xcodeproj
- SCHEME=EasyTipView
install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
before_deploy:
- carthage build --no-skip-current
- carthage archive $FRAMEWORK_NAME
script:
- set -o pipefail
- xcodebuild -scheme $SCHEME -workspace $WORKSPACE -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone X' build test
- pod lib lint --quick
- pod lib lint --quick
script: xcodebuild -scheme $SCHEME -workspace $WORKSPACE -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone X' build test

0 comments on commit b69f6a7

Please sign in to comment.