Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit a65c985

Browse files
jamesdanielsmyspivey
authored andcommitted
chore(): Caching yarn on Travis (angular#1438)
1 parent a5467c1 commit a65c985

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
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)