test-bot: don't try and bottle unstable formulae.

e.g. devel-only or head-only formulae.
This commit is contained in:
Mike McQuaid 2015-02-04 14:20:21 +00:00
parent 2787eaa853
commit e8d8c3a486

View File

@ -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 "/"