Skip to content

Commit

Permalink
Add swiftlint to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov committed Dec 22, 2018
1 parent f96ee0d commit 0c0c5d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -6,10 +6,11 @@ env:
before_install:
- gem install cocoapods --pre # Since Travis is not always on latest version
- brew update
- brew install swiftformat
- brew install swiftformat swiftlint
- brew outdated carthage || brew upgrade carthage
script:
- swiftformat --lint --verbose .
- swiftlint
- pod lib lint
- xcodebuild test -enableCodeCoverage YES -scheme XMLCoder
before_deploy:
Expand Down

0 comments on commit 0c0c5d3

Please sign in to comment.