installed VMs come already updated, and brew is smart enough to upgrade some
dependencies are missing.

see https://docs.travis-ci.com/user/osx-ci-environment#homebrew

Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org>
---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 4bb288a192..3de3798121 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -83,7 +83,6 @@ git:
   # we want to do this ourselves
   submodules: false
 before_install:
-  - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update ; fi
   - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install libffi gettext glib 
pixman ccache ; fi
   - travis_retry git submodule update --init --recursive
 before_script:
-- 
2.11.0


Reply via email to