From 2364c8a917f64c22ef5033c3611cb17dc0b829f5 Mon Sep 17 00:00:00 2001 From: conda-forge-admin Date: Sun, 20 Nov 2016 01:44:50 +0000 Subject: [PATCH] MNT: Updated the feedstock for conda-smithy version 1.5.3. --- .travis.yml | 4 ++-- README.md | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 031da1b..49570e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index a5d0fd4..ecd3956 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,6 @@ conda search pixman --channel conda-forge ``` - About conda-forge =================