From 1242a5a5c1b1b2f0f5372e62b16d6132a12b483d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A4r=20Winzell?= Date: Fri, 31 May 2019 22:46:47 -0700 Subject: [PATCH] And decompress it... --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5bab627..7a103f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,7 @@ addons: install: - curl -sL "${FBXSDK_TARBALL}" | tar xz --strip-components=1 +- zstd -d -r --rm sdk - git clone --depth 1 git://github.com/astropy/ci-helpers.git - source ci-helpers/travis/setup_conda.sh - conda config --set always_yes yes