Skip to content
Snippets Groups Projects
Commit 43492bdd authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Work around travis bug by forcing a homebrew update

parent 048749b5
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ notifications:
matrix:
include:
- os: osx
osx_image: xcode10.2 # for c++17
osx_image: xcode11.3 #xcode10.2 # for c++17
compiler: clang
addons:
homebrew:
......@@ -22,6 +22,7 @@ matrix:
- clang-format
- ninja
- openssl
update: true
- os: linux
compiler: gcc
env:
......
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