From eb9ac127b925edf2ae98d8e0da4ea4477926fdbd Mon Sep 17 00:00:00 2001 From: Miran Date: Wed, 19 Jun 2019 15:54:40 +0200 Subject: [PATCH] [other] update homebrew, fix travis fails on OSX (#11541) (cherry picked from commit ae5a4cea9849575d3cb437c5e9f0f1cb58cc5279) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 153b93b145..4a14d9a237 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,6 +56,7 @@ addons: - boehmgc - make - sfml + update: true install: - if [[ $CPU = i386 ]]; then echo -e "#!/bin/bash\n$(which gcc) -m32 \"\$@\"" > bin/gcc; fi