Skip to content

Commit

Permalink
Merge pull request #114 from ocefpaf/remove_brew
Browse files Browse the repository at this point in the history
Remove homebrew when building on OSX - it is causing build issues
  • Loading branch information
pelson committed Apr 4, 2016
2 parents 693bf25 + b424504 commit 760ce85
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 @@ -27,6 +27,9 @@ env:
{%- endif %}
{% endblock %}

before install:
- brew remove --force $(brew list)

install:
- |
MINICONDA_URL="http://repo.continuum.io/miniconda"
Expand Down

0 comments on commit 760ce85

Please sign in to comment.