Skip to content

Commit

Permalink
Remove Cache and before_cache as not required
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen521kk committed Aug 16, 2020
1 parent 48eaf41 commit 024b296
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,6 @@ script:
- if [ "$TRAVIS_OS_NAME" != "windows" ]; then if [[ "${TRAVIS_PYTHON_VERSION:0:4}" != "pypy" ]] ; then python -m pip install .; fi; fi
- if [ "$TRAVIS_OS_NAME" != "windows" ]; then python -m sphinx -W -a -E -b html -n docs docs/_build; fi

cache:
directories:
- $HOME/.cache/pip
- $HOME/Library/Caches/Homebrew

before_cache:
- brew cleanup
- rm -f $HOME/.cache/pip/log/debug.log

deploy:
if: TRAVIS_OS_NAME = windows
provider: releases
Expand Down

0 comments on commit 024b296

Please sign in to comment.