From eb8711f1c49b8badb9c471e595e457e27f538bc3 Mon Sep 17 00:00:00 2001 From: Christopher Tomkins-Tinch Date: Wed, 13 Feb 2019 14:42:03 -0500 Subject: [PATCH] always update ssl/certs add -y to conda update so we always update ssl/certs without user interaction --- travis/install-conda.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/install-conda.sh b/travis/install-conda.sh index b0fcce6a2..a4f9695cb 100755 --- a/travis/install-conda.sh +++ b/travis/install-conda.sh @@ -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