Skip to content

Commit

Permalink
Merge pull request #123 from jakirkham/use_curl
Browse files Browse the repository at this point in the history
Use `curl` on Mac (Travis CI)
  • Loading branch information
pelson committed Apr 7, 2016
2 parents 6584bc8 + 8fa26c9 commit d959b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_smithy/templates/travis.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install:
- |
MINICONDA_URL="http://repo.continuum.io/miniconda"
MINICONDA_FILE="Miniconda3-latest-MacOSX-x86_64.sh"
wget "${MINICONDA_URL}/${MINICONDA_FILE}"
curl -O "${MINICONDA_URL}/${MINICONDA_FILE}"
bash $MINICONDA_FILE -b

export PATH=/Users/travis/miniconda3/bin:$PATH
Expand Down

0 comments on commit d959b3d

Please sign in to comment.