Skip to content

Commit 0b840f8

Browse files
authored
Merge pull request #429 from blueyed/cache-pre-commit
ci: Travis: cache for pre-commit (linting)
2 parents 0242acf + 875aed9 commit 0b840f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- stage: baseline
2828
python: '3.6'
2929
env: TOXENV=linting
30+
cache:
31+
directories:
32+
- $HOME/.cache/pre-commit
3033
- python: '3.6'
3134
env: TOXENV=py36-pytestlatest
3235
- python: '2.7'

0 commit comments

Comments
 (0)