test-bot: always check style of formula.

This commit is contained in:
Mike McQuaid 2016-09-23 20:29:57 +01:00
parent 2714b163f4
commit 7c27fda11d

View File

@ -634,6 +634,7 @@ module Homebrew
install_passed = steps.last.passed?
end
end
test "brew", "style", formula_name
test "brew", "audit", *audit_args
if install_passed
if formula.stable? && !ARGV.include?("--fast") && !ARGV.include?("--no-bottle") && !formula.bottle_disabled?