summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMiran <narimiran@disroot.org>2019-06-19 15:54:40 +0200
committerGitHub <noreply@github.com>2019-06-19 15:54:40 +0200
commitae5a4cea9849575d3cb437c5e9f0f1cb58cc5279 (patch)
treebee3886c5900f68935a2fa379ba052eaa9a2db9b /.travis.yml
parentcf47c2c60c103eb9add42a306169381d25283aa2 (diff)
downloadNim-ae5a4cea9849575d3cb437c5e9f0f1cb58cc5279.tar.gz
[other] update homebrew, fix travis fails on OSX (#11541)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
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