From 34a133ce2e2a18d601d4a074ce4335b70afebfb3 Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Tue, 29 Oct 2019 08:07:58 -0700 Subject: [PATCH] travis: On OS/X run 'brew update' before installing packages. This is to work around a bug in Homebrew, but it may be a good idea anyway. --- .travis/deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/deps.sh b/.travis/deps.sh index ced804fd..1559b8e4 100755 --- a/.travis/deps.sh +++ b/.travis/deps.sh @@ -1,6 +1,7 @@ #!/bin/sh install_osx() { + brew update brew install sdl2 brew install sdl2_ttf brew install vde