a | b/.travis/download-miniconda.sh | ||
---|---|---|---|
1 | #!/bin/bash |
||
2 | |||
3 | if [[ $TRAVIS_OS_NAME == 'linux' ]]; then |
||
4 | wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh |
||
5 | else |
||
6 | wget http://repo.continuum.io/miniconda/Miniconda2-latest-MacOSX-x86_64.sh -O miniconda.sh |
||
7 | fi |