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

This commit is contained in:
Miran
2019-06-19 15:54:40 +02:00
committed by GitHub
parent cf47c2c60c
commit ae5a4cea98

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