Skip to content

Commit 75d6ddd

Browse files
committed
Use Yarn in CI cache
Should give us faster builds.
1 parent 9f9786c commit 75d6ddd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ node_js:
99
git:
1010
depth: 5
1111

12-
cache:
13-
directories:
14-
- ~/.npm
12+
cache: yarn
1513

1614
before_install:
1715
- npm config set spin false --global

0 commit comments

Comments
 (0)