travis: run --ci-master for non-PR
Closes Homebrew/homebrew#44302. Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
parent
a3bb757507
commit
afff98d700
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user