Skip to content

Commit

Permalink
comment out install of curl from conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed Oct 13, 2017
1 parent ce263e3 commit e9cdb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/install-conda.sh
Expand Up @@ -50,7 +50,7 @@ else # if it does not exist, we need to install miniconda
conda install --quiet -y java-jdk==8.0.112
conda install --quiet -y conda-build # needed to build recipe
conda install --quiet -y anaconda-client # needed to upload build package to anaconda.org
conda install --quiet -y -c conda-forge -f curl # the bioconda curl is broken as of 21 Feb 2017
#conda install --quiet -y -c conda-forge -f curl # the bioconda curl is broken as of 21 Feb 2017
fi

conda info -a # for debugging

0 comments on commit e9cdb88

Please sign in to comment.