Skip to content

Commit

Permalink
always update conda with '-y'
Browse files Browse the repository at this point in the history
always update conda with '-y' (previously unrequired?)
  • Loading branch information
tomkinsc committed Jul 22, 2016
1 parent 8601c1f commit 4eec2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/install-conda.sh
Expand Up @@ -42,7 +42,7 @@ else # if it does not exist, we need to install miniconda
conda config --set always_yes yes --set changeps1 no
conda config --add channels bioconda
conda config --add channels r
conda update -q conda
conda update -y -q conda
fi

conda info -a # for debugging

0 comments on commit 4eec2ec

Please sign in to comment.