Skip to content

Commit 61698c8

Browse files
author
Rob Davarnia
committed
Added caching to travis ci
1 parent 3f15ec2 commit 61698c8

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
@@ -21,5 +21,9 @@ node_js:
2121
- "8"
2222
- "9"
2323

24+
cache:
25+
directories:
26+
- "node_modules"
27+
2428
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
2529

0 commit comments

Comments
 (0)