Skip to content

Commit a44d306

Browse files
committed
chore(travis-ci): cache npm cache directory
1 parent 7c1e4d9 commit a44d306

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ addons:
77
- g++-4.8
88
cache:
99
directories:
10-
- "node_modules"
10+
- node_modules
11+
- ${HOME}/.npm
1112
yarn: true
1213
env:
1314
global:

0 commit comments

Comments
 (0)