[other] update homebrew, fix travis fails on OSX (#11541)

(cherry picked from commit ae5a4cea98)
This commit is contained in:
Miran
2019-06-19 15:54:40 +02:00
committed by narimiran
parent 22c515b067
commit eb9ac127b9

View File

@@ -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