Skip to content

Commit f9d0c02

Browse files
committed
Add node_modules to cache
1 parent 557c702 commit f9d0c02

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
@@ -3,6 +3,10 @@ language: node_js
33
node_js:
44
- '8'
55

6+
cache:
7+
directories:
8+
- node_modules
9+
610
install:
711
- yarn
812

0 commit comments

Comments
 (0)