Skip to content

Commit 11fc0a9

Browse files
committed
add more comments
1 parent e77ea65 commit 11fc0a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
3838
# skip if already installed
3939
# https://discourse.brew.sh/t/skip-ignore-brew-install-if-package-is-already-installed/633/2
4040
# brew install jpeg libpng mesalib-glw;
41+
# use HOMEBREW_NO_AUT_UPDATE to fix unexpected keyword error https://travis-ci.community/t/syntax-error-unexpected-keyword-rescue-expecting-keyword-end-in-homebrew/5623
4142
brew list jpeg &>/dev/null || HOMEBREW_NO_AUTO_UPDATE=1 brew install jpeg
4243
brew list libpng &>/dev/null || HOMEBREW_NO_AUTO_UPDATE=1 brew install libpng
4344
brew list mesalib-glw &>/dev/null || HOMEBREW_NO_AUTO_UPDATE=1 brew install mesalib-glw

0 commit comments

Comments
 (0)