aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMike McQuaid2016-09-23 20:29:57 +0100
committerMike McQuaid2016-09-23 20:30:07 +0100
commit7c27fda11d8e6debe617734fd9dfe42baa1dc2c1 (patch)
treeb00d5c8faab2d5252cbec95af58763e5e688d234 /Library/Homebrew
parent2714b163f44c5d5580b0e535b17a41623005af69 (diff)
downloadbrew-7c27fda11d8e6debe617734fd9dfe42baa1dc2c1.tar.bz2
test-bot: always check style of formula.
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/dev-cmd/test-bot.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/dev-cmd/test-bot.rb b/Library/Homebrew/dev-cmd/test-bot.rb
index c1a4d99b7..abf0235e5 100644
--- a/Library/Homebrew/dev-cmd/test-bot.rb
+++ b/Library/Homebrew/dev-cmd/test-bot.rb
@@ -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?