Skip to content

Commit

Permalink
Merge pull request #143 from jakirkham/pin_conda-build_1_20_0_travis
Browse files Browse the repository at this point in the history
Pin conda-build to 1.20.0
  • Loading branch information
pelson committed Apr 25, 2016
2 parents 59b24da + ced4ce8 commit 3558294
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 @@ -41,7 +41,7 @@ install:

conda config --set show_channel_urls true
conda update --yes conda
conda install --yes conda-build jinja2 anaconda-client
conda install --yes conda-build=1.20.0 jinja2 anaconda-client
{%- for channel in channels.get('sources', []) %}
conda config --add channels {{ channel }}
{% endfor %}
Expand Down

0 comments on commit 3558294

Please sign in to comment.