From 8874ea3eb0b085e78cb5dab444459fa90ed6e4b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A4r=20Winzell?= Date: Fri, 31 May 2019 22:21:00 -0700 Subject: [PATCH] Actually, completely disable LFS for now. --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 322cec4..fcd085a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,7 @@ +env: + matrix: + - GIT_LFS_SKIP_SMUDGE=1 + matrix: include: - os: linux @@ -22,8 +26,6 @@ addons: homebrew: packages: zstd -before_install: -- 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 @@ -35,8 +37,6 @@ install: - conan user - conan remote add --force bincrafters https://api.bintray.com/conan/bincrafters/public-conan -before_script: -- git lfs pull script: - conan install . -i build -s build_type=Release ${CONAN_CONFIG} - conan build . -bf build