Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions ci/install_travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down