Skip to content

Commit

Permalink
Merge pull request #140 from ReactionMechanismGenerator/environment
Browse files Browse the repository at this point in the history
change miniconda to stable version
  • Loading branch information
KEHANG authored Oct 27, 2016
2 parents 45b30fa + 1def40c commit 24713d4
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 @@ -14,7 +14,7 @@ addons:

before_install:
# Set up anaconda
- wget http://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -O miniconda.sh
- wget http://repo.continuum.io/miniconda/Miniconda2-4.0.5-Linux-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 24713d4

Please sign in to comment.