Skip to content

Commit c6f14e6

Browse files
committed
chore(travis): add cache for node.js
1 parent dcb6f75 commit c6f14e6

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,5 +1,8 @@
11
sudo: false
22
language: node_js
33
node_js: "stable"
4+
cache:
5+
directories:
6+
- node_modules
47
after_script:
5-
- npm run-script coveralls
8+
- npm run-script coveralls

0 commit comments

Comments
 (0)