Skip to content

Commit a7e6bc3

Browse files
committed
FIX: Use latest
1 parent 526821a commit a7e6bc3

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
@@ -13,7 +13,7 @@ env:
1313

1414
# Setup anaconda
1515
before_install:
16-
- wget http://repo.continuum.io/miniconda/Miniconda-3.7.0-Linux-x86_64.sh -O miniconda.sh
16+
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
1717
- chmod +x miniconda.sh
1818
- ./miniconda.sh -b
1919
- export PATH=/home/travis/miniconda/bin:$PATH

0 commit comments

Comments
 (0)