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 526821a commit a7e6bc3Copy full SHA for a7e6bc3
.travis.yml
@@ -13,7 +13,7 @@ env:
13
14
# Setup anaconda
15
before_install:
16
- - wget http://repo.continuum.io/miniconda/Miniconda-3.7.0-Linux-x86_64.sh -O miniconda.sh
+ - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
17
- chmod +x miniconda.sh
18
- ./miniconda.sh -b
19
- export PATH=/home/travis/miniconda/bin:$PATH
0 commit comments