Skip to content

Commit

Permalink
MNT: Updated the feedstock for conda-smithy version 1.5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
conda-forge-admin authored and u36840 committed Nov 20, 2016
1 parent 5cfc638 commit 2364c8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -20,9 +20,9 @@ before_install:

install:
- |
MINICONDA_URL="http://repo.continuum.io/miniconda"
MINICONDA_URL="https://repo.continuum.io/miniconda"
MINICONDA_FILE="Miniconda3-latest-MacOSX-x86_64.sh"
curl -O "${MINICONDA_URL}/${MINICONDA_FILE}"
curl -L -O "${MINICONDA_URL}/${MINICONDA_FILE}"
bash $MINICONDA_FILE -b
source /Users/travis/miniconda3/bin/activate root
Expand Down
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -33,7 +33,6 @@ conda search pixman --channel conda-forge
```



About conda-forge
=================

Expand Down

0 comments on commit 2364c8a

Please sign in to comment.