aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMike McQuaid2016-09-23 20:57:41 +0100
committerGitHub2016-09-23 20:57:41 +0100
commitbbc3f1c3a852e6cfd26a7a7c333092fae0520eb4 (patch)
treeb00d5c8faab2d5252cbec95af58763e5e688d234 /Library/Homebrew
parentdd393c73ed176450d4e825ecd831912b3b15f097 (diff)
parent7c27fda11d8e6debe617734fd9dfe42baa1dc2c1 (diff)
downloadbrew-bbc3f1c3a852e6cfd26a7a7c333092fae0520eb4.tar.bz2
Merge pull request #1110 from MikeMcQuaid/test-bot-homebrew-core-style
test-bot: check homebrew/core style.
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?