Skip to content

Commit

Permalink
Change path to miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Chabot-Leclerc committed Jun 9, 2016
1 parent 57ee520 commit 8403550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda/bin:$PATH
- export PATH=/home/travis/miniconda2/bin:$PATH
- conda update --yes conda


Expand Down

0 comments on commit 8403550

Please sign in to comment.