travis: skip brew update (as travis docs recommend)
This commit is contained in:
parent
fa92b99322
commit
884fa63383
|
@ -37,7 +37,7 @@ matrix:
|
||||||
- export INSTALL_PATH=/usr
|
- export INSTALL_PATH=/usr
|
||||||
- os: osx
|
- os: osx
|
||||||
before_install:
|
before_install:
|
||||||
- brew update
|
# - brew update
|
||||||
- brew install snappy ccache
|
- brew install snappy ccache
|
||||||
- export PATH="/usr/local/opt/ccache/libexec:$PATH"
|
- export PATH="/usr/local/opt/ccache/libexec:$PATH"
|
||||||
- export INSTALL_PATH=$HOME # included in DYLD_FALLBACK_LIBRARY_PATH
|
- export INSTALL_PATH=$HOME # included in DYLD_FALLBACK_LIBRARY_PATH
|
||||||
|
|
Loading…
Reference in New Issue