Skip to content

Commit

Permalink
always update ssl/certs
Browse files Browse the repository at this point in the history
add -y to conda update so we always update ssl/certs without user interaction
  • Loading branch information
tomkinsc committed Feb 13, 2019
1 parent 1834e29 commit eb8711f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/install-conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ else # if it does not exist, we need to install miniconda
fi

# update certs
conda update --quiet openssl pyopenssl ca-certificates certifi
conda update --quiet -y openssl pyopenssl ca-certificates certifi
conda info -a # for debugging

0 comments on commit eb8711f

Please sign in to comment.