Ensure brew update is run before using brew in test environment (#11784)

All macos tests are failing because brew cannot install ccache
without updating brew. This ensures that brew update is run
before using brew in test environment.
This commit is contained in:
Greg Becker 2019-06-19 02:50:45 +02:00 committed by Peter Scheibel
parent e925589fc7
commit 1ea3d29110

View File

@ -166,6 +166,7 @@ addons:
- gcc
- gnupg2
- ccache
update: true
# ~/.ccache needs to be cached directly as Travis is not taking care of it
# (possibly because we use 'language: python' and not 'language: c')