See if the addons approach works for zstd.
This commit is contained in:
parent
83e1cdc512
commit
59f38ce243
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue