diff options
author | Miran <narimiran@disroot.org> | 2019-06-19 15:54:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-19 15:54:40 +0200 |
commit | ae5a4cea9849575d3cb437c5e9f0f1cb58cc5279 (patch) | |
tree | bee3886c5900f68935a2fa379ba052eaa9a2db9b /.travis.yml | |
parent | cf47c2c60c103eb9add42a306169381d25283aa2 (diff) | |
download | Nim-ae5a4cea9849575d3cb437c5e9f0f1cb58cc5279.tar.gz |
[other] update homebrew, fix travis fails on OSX (#11541)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 153b93b14..4a14d9a23 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 |