From d64add18aa965116c7ea1b6cd6880fe7d4801bce Mon Sep 17 00:00:00 2001 From: Logan Date: Wed, 28 Oct 2020 12:14:19 -0600 Subject: [PATCH] try to get brew working --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ef18e6d..7af5ea5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,8 @@ jobs: - gcc before_install: | brew update - brew install freetype cmake libsamplerate hidapi unixodbc libpng pkg-config sdl2_net sdl2 qt libpq + brew upgrade + brew install libsamplerate hidapi sdl2_net sdl2 script: | qt_version=$(ls /usr/local/Cellar/qt) # Work around brew + QT bug - https://github.com/Homebrew/legacy-homebrew/issues/29938