Skip to content

Commit 1b54c41

Browse files
committed
Cache yarn directories and node_modules in CI
1 parent 79576e6 commit 1b54c41

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
@@ -4,3 +4,7 @@ node_js:
44
branches:
55
only:
66
- master
7+
cache:
8+
yarn: true
9+
directories:
10+
- node_modules

0 commit comments

Comments
 (0)