Skip to content

Commit

Permalink
Travis CI: run brew audit and brew audit --strict
Browse files Browse the repository at this point in the history
Travis CI: run `brew audit` and `brew audit --strict` for all formulae in the current repo.

Errors from `brew audit --strict` are silenced.

Pull Request: #387
  • Loading branch information
maxim-belkin committed Aug 18, 2018
1 parent 3ec8c4b commit b04ab9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ matrix:

script:
- brew style linuxbrew/xorg
- brew audit $(cd $(brew --repo linuxbrew/xorg)/Formula; ls *.rb | sed 's|.rb$||')
- brew audit --strict $(cd $(brew --repo linuxbrew/xorg)/Formula; ls *.rb | sed 's|.rb$||') || true

notifications:
email:
Expand Down

0 comments on commit b04ab9e

Please sign in to comment.