Skip to content

Commit

Permalink
Add step to build with carthage to travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
keithito committed Feb 16, 2019
1 parent 1eb11b9 commit 183d6d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ before_install:
script:
- set -o pipefail && xcodebuild test -workspace SimpleAnimation.xcworkspace -scheme SimpleAnimation -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=12.1' ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint --quick
- carthage build --no-skip-current

0 comments on commit 183d6d2

Please sign in to comment.