We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6986a9e commit 5f690edCopy full SHA for 5f690ed
.travis.yml
@@ -34,7 +34,7 @@ matrix:
34
before_install:
35
# Install miniconda and create TEST env.
36
- |
37
- wget http://bit.ly/miniconda -O miniconda.sh
+ wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
38
bash miniconda.sh -b -p $HOME/miniconda
39
export PATH="$HOME/miniconda/bin:$PATH"
40
conda config --set always_yes yes --set changeps1 no --set show_channel_urls true
0 commit comments