Skip to content

Commit a540bd7

Browse files
committed
Add node_modules to Travis cache
1 parent 60bda11 commit a540bd7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ node_js:
44
- "10"
55
- "12"
66

7+
cache:
8+
directories:
9+
- node_modules
10+
711
before_install:
812
- curl -L https://unpkg.com/@pnpm/self-installer | node
913

0 commit comments

Comments
 (0)