Skip to content

Commit 0f8da59

Browse files
committed
FIX?
1 parent e5e76d6 commit 0f8da59

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
@@ -16,7 +16,7 @@ before_install:
1616
- wget http://repo.continuum.io/miniconda/Miniconda-3.7.0-Linux-x86_64.sh -O miniconda.sh
1717
- chmod +x miniconda.sh
1818
- ./miniconda.sh -b
19-
- export PATH=/home/travis/anaconda/bin:$PATH
19+
- export PATH=/home/travis/miniconda/bin:$PATH
2020
- conda update --yes conda
2121

2222
install:

0 commit comments

Comments
 (0)