From 7f0373d8c1afe0ab37403cdbba5b7e75c09155e8 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Mon, 18 Feb 2019 15:44:43 +0000 Subject: [PATCH] Replace swiftlint from .travis.yml with Hound CI --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a91b202f..16e5711a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ before_install: # - gem install cocoapods --pre # Since Travis is not always on latest version - brew update - brew install swiftformat -- brew outdated carthage swiftlint || brew upgrade carthage swiftlint # - brew outdated carthage || brew upgrade carthage # cache: cocoapods # podfile: Example/Podfile @@ -17,7 +16,6 @@ before_install: # - pod install --project-directory=Example script: - swiftformat --lint --verbose . -- swiftlint - xcodebuild -scheme TokamakUIKit -sdk iphonesimulator - xcodebuild test -enableCodeCoverage YES -scheme Tokamak after_success: