From 43492bdd58514e381090096a4a67d8fda74a26c0 Mon Sep 17 00:00:00 2001 From: Nicolas Werner <nicolas.werner@hotmail.de> Date: Sat, 22 Feb 2020 19:29:23 +0100 Subject: [PATCH] Work around travis bug by forcing a homebrew update --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 93590b0c1..9bd344af1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: -- GitLab