Skip to content
Snippets Groups Projects
Commit 1ea3d291 authored by Greg Becker's avatar Greg Becker Committed by Peter Scheibel
Browse files

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.
parent e925589f
No related branches found
No related tags found
No related merge requests found
...@@ -166,6 +166,7 @@ addons: ...@@ -166,6 +166,7 @@ addons:
- gcc - gcc
- gnupg2 - gnupg2
- ccache - ccache
update: true
# ~/.ccache needs to be cached directly as Travis is not taking care of it # ~/.ccache needs to be cached directly as Travis is not taking care of it
# (possibly because we use 'language: python' and not 'language: c') # (possibly because we use 'language: python' and not 'language: c')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment