Skip to content

Commit

Permalink
bypass Git LFS on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Jul 24, 2017
1 parent 3bff0eb commit ece4fe8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ branches:
cache:
directories:
- .tox
before_install:
- tar -xaf ../../liberapay-liberapay.com.tar.gz --strip-components=1
install:
- if [ "${TRAVIS_BRANCH}" = "master" -a "${TRAVIS_PULL_REQUEST}" = "false" ]; then rm -rf .tox; fi
- pip install tox
Expand All @@ -33,3 +35,5 @@ notifications:
skip_join: true
sudo: false
dist: trusty
git:
strategy: tarball

0 comments on commit ece4fe8

Please sign in to comment.