Skip to content

Commit

Permalink
chore: Add pip cache on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Aug 9, 2017
1 parent ab5f791 commit bb24efd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -13,6 +13,7 @@ env:
cache:
directories:
- "node_modules"
- "$HOME/.cache/pip"
before_install:
# Travis CI has only shallow clone of the repository. We need to get the 'master' branch
# so 'conventional-changelog-lint' could compare commits and lint them: marionebl/conventional-changelog-lint#7
Expand Down

0 comments on commit bb24efd

Please sign in to comment.