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