Skip to content

Commit 76fdb11

Browse files
committed
travis should cache pre-commit hooks
1 parent 832ff4e commit 76fdb11

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
language: python
22
dist: bionic
33
sudo: false
4-
cache: pip
4+
cache:
5+
pip: true
6+
directories:
7+
- $HOME/.cache/pre-commit
58
before_install:
69
- >
710
pip install --upgrade pip mypy 'attrs==19.2.0'

0 commit comments

Comments
 (0)