Skip to content
Snippets Groups Projects
Commit d9023a65 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #1038 from MikeMcQuaid/test-bot-set-path

test-bot: always set PATH to HOMEBREW_PREFIX.
parents f62223cb 622e858b
No related branches found
No related tags found
No related merge requests found
......@@ -1021,6 +1021,7 @@ module Homebrew
ENV["HOMEBREW_NO_EMOJI"] = "1"
ENV["HOMEBREW_FAIL_LOG_LINES"] = "150"
ENV["HOMEBREW_EXPERIMENTAL_FILTER_FLAGS_ON_DEPS"] = "1"
ENV["PATH"] = "#{HOMEBREW_PREFIX}/bin:#{HOMEBREW_PREFIX}/sbin:#{ENV["PATH"]}"
travis = !ENV["TRAVIS"].nil?
if travis
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment