Skip to content

Commit

Permalink
Merge pull request #121 from jakirkham/fix_travis_tmplt_mac
Browse files Browse the repository at this point in the history
travis template: Change `before install` to `before_install`.
  • Loading branch information
ocefpaf committed Apr 6, 2016
2 parents 4ed3ba8 + 5db1684 commit 6584bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_smithy/templates/travis.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
{%- endif %}
{% endblock %}

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

install:
Expand Down

0 comments on commit 6584bc8

Please sign in to comment.