From 047b757f486fef5e881d82d0c063cea063d04bc4 Mon Sep 17 00:00:00 2001 From: Par Winzell Date: Mon, 13 May 2019 18:52:51 -0700 Subject: [PATCH] Mac Tweaks. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index efeb403..427786a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ cache: - .conan before_install: -- brew install git-lfs +- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then brew install git-lfs; git lfs install; fi install: - git clone --depth 1 git://github.com/astropy/ci-helpers.git - source ci-helpers/travis/setup_conda.sh