Skip to content

Commit 6156949

Browse files
committed
remove brew update for Travis mac build
1 parent 51a81d2 commit 6156949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/before_install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
3636
exit 1
3737
fi
3838
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
39-
brew update
39+
# brew update
4040

4141
brew install cvs libgit2 jq
4242
if [[ $? != 0 ]]; then

0 commit comments

Comments
 (0)