Skip to content

Commit a161c2c

Browse files
committed
💚 Cache ~/.npm directory
Signed-off-by: kei-g <km.8k6ce+github@gmail.com>
1 parent c64e089 commit a161c2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
cache: npm
21
branches:
32
except:
43
- /^v\d+\.\d+\.\d+$/
4+
cache:
5+
directories:
6+
- ~/.npm
57
language: node_js
68
node_js:
79
- 14

0 commit comments

Comments
 (0)