do not update homebrew when installing a package

This commit is contained in:
Benjamin Sergeant 2019-07-03 14:49:39 -07:00
parent 7e16c8959b
commit 5795f72eab

View File

@ -7,6 +7,8 @@ matrix:
include: include:
# macOS # macOS
- os: osx - os: osx
env:
- HOMEBREW_NO_AUTO_UPDATE=1
compiler: clang compiler: clang
script: script:
- brew install mbedtls - brew install mbedtls