diff mbox

[v2,17/21] travis/osx: don't update Homebrew cache

Message ID 20170622033231.19344-18-f4bug@amsat.org
State New
Headers show

Commit Message

Philippe Mathieu-Daudé June 22, 2017, 3:32 a.m. UTC
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é <f4bug@amsat.org>
---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

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: