Skip to content

Commit

Permalink
Merge pull request #146 from jakirkham/clear_brew
Browse files Browse the repository at this point in the history
Clear Homebrew packages after removal
  • Loading branch information
pelson committed Apr 28, 2016
2 parents 41e300e + d31e4f0 commit 3dd4a5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conda_smithy/templates/travis.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ env:
{% endblock %}

before_install:
# Remove homebrew.
- brew remove --force $(brew list)
- brew cleanup -s
- rm -rf $(brew --cache)

install:
- |
Expand Down

0 comments on commit 3dd4a5b

Please sign in to comment.