Skip to content

Commit dc6b780

Browse files
committed
Cache NodeJS dependencies
1 parent 71561b8 commit dc6b780

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
language: node_js
33
sudo: false
4+
cache:
5+
directories:
6+
- node_modules
47
node_js:
58
- "4.1"
69
- "4.0"

0 commit comments

Comments
 (0)