Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 6ff1e08

Browse files
committed
Cache ~/.npm instead of node_modules
See https://twitter.com/maybekatz/status/905213355748720640
1 parent 8ef7caf commit 6ff1e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919

2020
cache:
2121
directories:
22-
- node_modules
22+
- $HOME/.npm
2323
- $HOME/.cache/electron
2424
- $HOME/.cache/electron-builder
2525

0 commit comments

Comments
 (0)