Actually, completely disable LFS for now.
This commit is contained in:
parent
59f38ce243
commit
8874ea3eb0
|
@ -1,3 +1,7 @@
|
||||||
|
env:
|
||||||
|
matrix:
|
||||||
|
- GIT_LFS_SKIP_SMUDGE=1
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
|
@ -22,8 +26,6 @@ addons:
|
||||||
homebrew:
|
homebrew:
|
||||||
packages: zstd
|
packages: zstd
|
||||||
|
|
||||||
before_install:
|
|
||||||
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then git lfs install; fi
|
|
||||||
install:
|
install:
|
||||||
- git clone --depth 1 git://github.com/astropy/ci-helpers.git
|
- git clone --depth 1 git://github.com/astropy/ci-helpers.git
|
||||||
- source ci-helpers/travis/setup_conda.sh
|
- source ci-helpers/travis/setup_conda.sh
|
||||||
|
@ -35,8 +37,6 @@ install:
|
||||||
- conan user
|
- conan user
|
||||||
- conan remote add --force bincrafters https://api.bintray.com/conan/bincrafters/public-conan
|
- conan remote add --force bincrafters https://api.bintray.com/conan/bincrafters/public-conan
|
||||||
|
|
||||||
before_script:
|
|
||||||
- git lfs pull
|
|
||||||
script:
|
script:
|
||||||
- conan install . -i build -s build_type=Release ${CONAN_CONFIG}
|
- conan install . -i build -s build_type=Release ${CONAN_CONFIG}
|
||||||
- conan build . -bf build
|
- conan build . -bf build
|
||||||
|
|
Loading…
Reference in New Issue