File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
38
38
# skip if already installed
39
39
# https://discourse.brew.sh/t/skip-ignore-brew-install-if-package-is-already-installed/633/2
40
40
# brew install jpeg libpng mesalib-glw;
41
- brew list jpeg & > /dev/null || brew install jpeg
42
- brew list libpng & > /dev/null || brew install libpng
43
- brew list mesalib-glw & > /dev/null || brew install mesalib-glw
44
- brew list bullet & > /dev/null || brew install bullet
41
+ brew list jpeg & > /dev/null || HOMEBREW_NO_AUTO_UPDATE=1 brew install jpeg
42
+ brew list libpng & > /dev/null || HOMEBREW_NO_AUTO_UPDATE=1 brew install libpng
43
+ brew list mesalib-glw & > /dev/null || HOMEBREW_NO_AUTO_UPDATE=1 brew install mesalib-glw
44
+ brew list bullet & > /dev/null || HOMEBREW_NO_AUTO_UPDATE=1 brew install bullet
45
45
travis_time_end
46
46
47
47
fi
You can’t perform that action at this time.
0 commit comments