From 78e5cb57afefd0f3c870027ba183691ef0d58771 Mon Sep 17 00:00:00 2001 From: Jeff Reback Date: Wed, 3 Jan 2018 15:37:45 -0500 Subject: [PATCH] Revert "CI: fix conda version (#19025)" This reverts commit c19bdc98fa3f856e2e6b3495bbab88b587801987. --- ci/install_travis.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ci/install_travis.sh b/ci/install_travis.sh index c92da8d4774e1..272e7f2e05d14 100755 --- a/ci/install_travis.sh +++ b/ci/install_travis.sh @@ -48,12 +48,7 @@ echo echo "[update conda]" conda config --set ssl_verify false || exit 1 conda config --set quiet true --set always_yes true --set changeps1 false || exit 1 - -# TODO(jreback), fix conoda version -echo -echo "[conda version]" -conda install conda=4.4.4 -# conda update -q conda +conda update -q conda if [ "$CONDA_BUILD_TEST" ]; then echo