Skip to content

Commit c78b5a9

Browse files
committed
Merge pull request lisa-lab#124 from nouiz/master2
Fix miniconda path due to having changed
2 parents eb3f6f9 + 564af7e commit c78b5a9

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)