From 43d6d6e197da78006ee51f9872554ef2aa15cffd Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 9 Oct 2017 16:06:52 +0100 Subject: [PATCH] Add `brew update` to try and fix OSX intermittent errors on travis --- scripts/travis/osx_setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/travis/osx_setup.sh b/scripts/travis/osx_setup.sh index 07cf25668..b8a127880 100644 --- a/scripts/travis/osx_setup.sh +++ b/scripts/travis/osx_setup.sh @@ -1,5 +1,6 @@ #!/bin/sh +brew update brew install qt5 brew link qt5 --force brew install python3