enable sandbox on test-bot

Closes Homebrew/homebrew#43014.

Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
Xu Cheng 2015-08-17 13:58:12 +08:00
parent 63a7f29270
commit a380ec636e

View File

@ -710,6 +710,7 @@ module Homebrew
end
ENV["HOMEBREW_DEVELOPER"] = "1"
ENV["HOMEBREW_SANDBOX"] = "1"
ENV["HOMEBREW_NO_EMOJI"] = "1"
if ARGV.include?("--ci-master") || ARGV.include?("--ci-pr") \
|| ARGV.include?("--ci-testing")