diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb index f93cac98db..d7414302a8 100644 --- a/Library/Homebrew/cmd/test-bot.rb +++ b/Library/Homebrew/cmd/test-bot.rb @@ -447,7 +447,7 @@ module Homebrew audit_args << "--strict" if @added_formulae.include? formula_name test "brew", "audit", *audit_args if install_passed - unless ARGV.include? '--no-bottle' + if formula.stable? && !ARGV.include?('--no-bottle') bottle_args = ["--rb", formula_name] if @tap tap_user, tap_repo = @tap.split "/"