From 59f38ce243e16419b6933159ef27069227c641b7 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 31 May 2019 22:15:03 -0700 Subject: [PATCH] See if the addons approach works for zstd. --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9387a93..322cec4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,14 @@ cache: directories: - ${HOME}/.conan +addons: + apt: + packages: zstd + homebrew: + packages: zstd + before_install: -- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then brew install git-lfs; git lfs install; fi +- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then git lfs install; fi install: - git clone --depth 1 git://github.com/astropy/ci-helpers.git - source ci-helpers/travis/setup_conda.sh