remove lfs stuff from travis config

feature-saving
Andrew Cassidy 4 years ago
parent 7b01848acc
commit 16ef53ea65
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1

@ -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:

Loading…
Cancel
Save