Skip to content

Commit

Permalink
Remove swiftlint from brew install in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov committed Dec 22, 2018
1 parent 5493174 commit 18161df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ env:
before_install:
- gem install cocoapods --pre # Since Travis is not always on latest version
- brew update
- brew install swiftformat swiftlint
- brew install swiftformat
- brew outdated carthage swiftlint || brew upgrade carthage swiftlint
script:
- swiftformat --lint --verbose .
Expand Down

0 comments on commit 18161df

Please sign in to comment.