Skip to content

Commit

Permalink
CI: Travis miniconda download
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed Mar 11, 2017
1 parent c3ec530 commit 623efea
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 @@ matrix:
# Setup anaconda
# https://gist.github.com/dan-blanchard/7045057
before_install:
- wget -q http://repo.continuum.io/miniconda/Miniconda-latest-$CONDA_OS-x86_64.sh -O miniconda.sh
- wget -q http://repo.continuum.io/miniconda/Miniconda2-latest-$CONDA_OS-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b -p $HOME/miniconda
- export PATH=$HOME/miniconda/bin:$PATH
Expand Down

0 comments on commit 623efea

Please sign in to comment.