Skip to content

Commit

Permalink
SwiftLint is already installed as a Pod so use that
Browse files Browse the repository at this point in the history
  • Loading branch information
weiran committed Jun 1, 2019
1 parent ccabb23 commit 47368de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -7,7 +7,6 @@ before_install:
- gem update cocoapods
install:
- pod install --project-directory=$TRAVIS_BUILD_DIR --repo-update
- brew upgrade swiftlint
script:
- swiftlint
- Pods/SwiftLint/swiftlint
- set -o pipefail && xcodebuild -workspace ${TRAVIS_XCODE_WORKSPACE} -scheme ${TRAVIS_XCODE_SCHEME} -sdk iphonesimulator -configuration Release | xcpretty

0 comments on commit 47368de

Please sign in to comment.