Skip to content

Commit 0f27b90

Browse files
Add yarn cache support for travis.
1 parent bc082f9 commit 0f27b90

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
@@ -5,6 +5,10 @@ node_js:
55
- "7"
66
- "6"
77
- "5"
8+
cache:
9+
yarn: true
10+
directories:
11+
- node_modules
812
install:
913
- yarn
1014
script:

0 commit comments

Comments
 (0)