Skip to content

Commit

Permalink
start from more recent conda (fixes current issue with old condas not…
Browse files Browse the repository at this point in the history
… updating themselves properly)
  • Loading branch information
jobovy committed Dec 18, 2014
1 parent d83ca10 commit 8c9fe0d
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 @@ -19,7 +19,7 @@ before_install:
- sudo apt-get install libgsl0-dev
- sudo apt-get -qq install lcov
#Setup conda for faster installs
- wget http://repo.continuum.io/miniconda/Miniconda-3.4.2-Linux-x86_64.sh -O miniconda.sh
- wget http://repo.continuum.io/miniconda/Miniconda-3.7.3-Linux-x86_64.sh -O miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
Expand Down

0 comments on commit 8c9fe0d

Please sign in to comment.