We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04254a6 commit d434c01Copy full SHA for d434c01
travis_config.sh
@@ -88,7 +88,7 @@ function pre_build {
88
echo "Running for OSX"
89
90
local CACHE_STAGE; (echo "$TRAVIS_BUILD_STAGE_NAME" | grep -qiF "final") || CACHE_STAGE=1
91
-
+ export USER=travis
92
#after the cache stage, all bottles and Homebrew metadata should be already cached locally
93
if [ -n "$CACHE_STAGE" ]; then
94
brew update
0 commit comments