Skip to content

Commit 1c7077f

Browse files
authored
Merge pull request #189 from mtezzele/travis
miniconda3
2 parents cf01463 + f5132fc commit 1c7077f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ before_install:
2525
# We do this conditionally because it saves us some downloading if the
2626
# version is the same.
2727
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
28-
wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -O miniconda.sh;
28+
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
2929
else
3030
brew update;
3131
brew install python;
32-
wget https://repo.continuum.io/miniconda/Miniconda2-latest-MacOSX-x86_64.sh -O miniconda.sh;
32+
wget https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -O miniconda.sh;
3333
fi
3434
- chmod +x miniconda.sh
3535
- bash miniconda.sh -b -p $HOME/miniconda

0 commit comments

Comments
 (0)