Skip to content

Commit 76041b3

Browse files
committed
disable brew autoupdate
1 parent 6156949 commit 76041b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/before_install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
3737
fi
3838
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
3939
# brew update
40+
export HOMEBREW_NO_AUTO_UPDATE=1
4041

4142
brew install cvs libgit2 jq
4243
if [[ $? != 0 ]]; then

0 commit comments

Comments
 (0)