Replace swiftlint from .travis.yml with Hound CI

This commit is contained in:
Max Desiatov 2019-02-18 15:44:43 +00:00
parent 8b218ba2b8
commit 7f0373d8c1
No known key found for this signature in database
GPG Key ID: FE08EBF9CF58CBA2
1 changed files with 0 additions and 2 deletions

View File

@ -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: