From d31e4f024ecdd265f724b139411ffb6d5be2a576 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Wed, 27 Apr 2016 15:17:00 -0400 Subject: [PATCH] travis tmplt: Clean out all Homebrew packages after removal. --- conda_smithy/templates/travis.yml.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conda_smithy/templates/travis.yml.tmpl b/conda_smithy/templates/travis.yml.tmpl index e138cff6f..4ca74ce80 100644 --- a/conda_smithy/templates/travis.yml.tmpl +++ b/conda_smithy/templates/travis.yml.tmpl @@ -28,7 +28,10 @@ env: {% endblock %} before_install: + # Remove homebrew. - brew remove --force $(brew list) + - brew cleanup -s + - rm -rf $(brew --cache) install: - |