Skip to content

Commit 4446974

Browse files
authored
chore(): Caching yarn on Travis (#1438)
1 parent 9d2cd2e commit 4446974

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ node_js:
66
addons:
77
chrome: stable
88

9-
cache: npm
9+
cache:
10+
yarn: true
11+
directories:
12+
- node_modules
13+
- "$HOME/.npm"
14+
- "$HOME/.cache"
1015

1116
branches:
1217
only:

0 commit comments

Comments
 (0)