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