travis: run --ci-master for non-PR

Closes Homebrew/homebrew#44302.

Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
Xu Cheng 2015-09-24 18:42:50 +08:00
parent a3bb757507
commit afff98d700

View File

@ -862,6 +862,7 @@ module Homebrew
if ENV["TRAVIS"] if ENV["TRAVIS"]
ARGV << "--verbose" ARGV << "--verbose"
ARGV << "--ci-master" if ENV["TRAVIS_PULL_REQUEST"] == "false"
ENV["HOMEBREW_VERBOSE_USING_DOTS"] = "1" ENV["HOMEBREW_VERBOSE_USING_DOTS"] = "1"
end end