Codebase list python-procrunner / 89448f2
update miniconda URL Markus Gerstel 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
3434 before_install: |
3535 if [ ! -z "$CONDA" ]; then
3636 if [ "$TRAVIS_OS_NAME" == "osx" ]; then
37 curl https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh --output miniconda.sh
37 curl https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh --output miniconda.sh
3838 fi
3939 chmod +x miniconda.sh
4040 ./miniconda.sh -b