Skip to content

Commit

Permalink
Re-rendered with conda-smithy 0.10.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Jul 20, 2016
1 parent 98a6f0b commit 3ed15d4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -26,7 +26,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
conda config --add channels conda-forge
Expand Down
8 changes: 8 additions & 0 deletions ci_support/run_docker_build.sh
Expand Up @@ -43,6 +43,14 @@ conda update --yes --all
conda install --yes conda-build
conda info
# Install the yum requirements defined canonically in the
# "recipe/yum_requirements.txt" file. After updating that file,
# run "conda smithy rerender" and this line be updated
# automatically.
yum install -y devtoolset-2-gcc-gfortran
# Embarking on 1 case(s).
conda build /recipe_root --quiet || exit 1
/feedstock_root/ci_support/upload_or_check_non_existence.py /recipe_root conda-forge --channel=main || exit 1
Expand Down

0 comments on commit 3ed15d4

Please sign in to comment.