Skip to content

Commit

Permalink
Trying out changes to speed up Travis CI builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanHayes committed Jan 23, 2016
1 parent 3c882eb commit f50de82
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
@@ -1,5 +1,8 @@
sudo: false

git:
depth: 10

language: python

python:
Expand Down Expand Up @@ -37,6 +40,7 @@ addons:
cache:
directories:
- $HOME/.cache/pip
- $HOME/build/django-tastypie/django-tastypie/.tox/

before_cache:
- rm -f $HOME/.cache/pip/log/debug.log
Expand Down

0 comments on commit f50de82

Please sign in to comment.