From 884fa63383656b17af1984b0e221247c0558588c Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Fri, 31 Aug 2018 12:55:54 -0600 Subject: [PATCH] travis: skip brew update (as travis docs recommend) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0d5006787..127223872 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ matrix: - export INSTALL_PATH=/usr - os: osx before_install: - - brew update + # - brew update - brew install snappy ccache - export PATH="/usr/local/opt/ccache/libexec:$PATH" - export INSTALL_PATH=$HOME # included in DYLD_FALLBACK_LIBRARY_PATH