Skip to content

Commit

Permalink
refactor : update travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kjh5833 committed Feb 25, 2021
1 parent 3ea8c7e commit 599b7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cache: cocoapods
podfile: Example/Podfile
before_install:
- gem install cocoapods # Since Travis is not always on latest version
- pod install
- pod install --project-directory=Example
script:
# - set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/iamport-ios.xcworkspace -scheme iamport-ios-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint --allow-warnings

0 comments on commit 599b7a5

Please sign in to comment.