Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit a2c3452

Browse files
Cache node_modules across builds
1 parent 879b4b6 commit a2c3452

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
@@ -5,3 +5,6 @@ node_js:
55
- '5.6'
66
script:
77
- npm run lint
8+
cache:
9+
directories:
10+
- node_modules

0 commit comments

Comments
 (0)