Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Update install path of miniconda
  • Loading branch information
lamblin committed Nov 3, 2015
1 parent a7cd664 commit 67716dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -20,7 +20,7 @@ before_install:
- chmod +x miniconda.sh
- ./miniconda.sh -b
- cd ..
- export PATH=/home/travis/miniconda/bin:$PATH
- export PATH=/home/travis/miniconda2/bin:$PATH
- conda update --yes conda

install:
Expand Down

0 comments on commit 67716dc

Please sign in to comment.