From 47368dea250604593e53a85c67ab923fd1a3c4a5 Mon Sep 17 00:00:00 2001 From: Weiran Zhang Date: Sat, 1 Jun 2019 13:53:11 +0100 Subject: [PATCH] SwiftLint is already installed as a Pod so use that --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d836f35a..4bcda8e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file