Skip to content

Commit

Permalink
updated .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Dec 9, 2020
1 parent 3fb25b0 commit ca4d69f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ notifications:
# https://docs.travis-ci.com/user/caching/

before_cache:
#- rm -f $HOME/.cache/pip/log/debug.log
- rm -f $HOME/.cache/pip/log/debug.log
# XXX: cache breaks pypy builds, so clear it
- rm -f $HOME/.cache/pip
#- rm -f $HOME/.cache/pip

cache:
- pip
Expand Down

0 comments on commit ca4d69f

Please sign in to comment.