Skip to content

Commit 564af7e

Browse files
committed
Fix miniconda path due to having changed
1 parent eb3f6f9 commit 564af7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ before_install:
1111
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
1212
- chmod +x miniconda.sh
1313
- ./miniconda.sh -b
14-
- export PATH=/home/travis/miniconda/bin:$PATH
14+
- export PATH=/home/travis/miniconda/bin:/home/travis/miniconda2/bin:$PATH
1515
- conda update --yes conda
1616

1717
install:

0 commit comments

Comments
 (0)