Skip to content

Commit

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

0 comments on commit 5493174

Please sign in to comment.