Skip to content

Commit

Permalink
use pip cache for travis (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
guykisel committed Jul 9, 2018
1 parent dbe1484 commit 90cee27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -28,3 +28,8 @@ script:
- inline-plz --dryrun --autorun
- inline-plz --dryrun --autorun --config-dir=./inlineplz/linters/config
- inline-plz --autorun
cache:
pip: true
yarn: true
directories:
- node_modules # NPM packages

0 comments on commit 90cee27

Please sign in to comment.