diff --git a/.travis.yml b/.travis.yml index 828a10ba6..a379b9c77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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