From 16ef53ea65eb69d1945f6d78fa400e673dc8f773 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Wed, 14 Oct 2020 20:08:25 -0700 Subject: [PATCH] remove lfs stuff from travis config --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a654c1d..95c4459 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,6 @@ python: - 3.6 before_install: - echo -e "machine github.com\n login $GITHUB_OAUTH_TOKEN" > ~/.netrc - - git lfs pull - - git lfs fetch --all install: - pip install awscli boto3 requests branches: @@ -24,4 +22,4 @@ deploy: script: python build-deploy/src/deploy.py --f ".mod_data.yml" # Deploy package to spacedock, curse, github skip_cleanup: true on: - branch: release \ No newline at end of file + branch: release