Skip to content

Commit 5f690ed

Browse files
committed
fix stale bit.ly link
1 parent 6986a9e commit 5f690ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ matrix:
3434
before_install:
3535
# Install miniconda and create TEST env.
3636
- |
37-
wget http://bit.ly/miniconda -O miniconda.sh
37+
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
3838
bash miniconda.sh -b -p $HOME/miniconda
3939
export PATH="$HOME/miniconda/bin:$PATH"
4040
conda config --set always_yes yes --set changeps1 no --set show_channel_urls true

0 commit comments

Comments
 (0)