Skip to content

Commit 7b59050

Browse files
authored
Use Yarn instead (#904)
* Install yarn as part of the install phase * Cache the yarn directory * Cache .nvm
1 parent 9d3d8aa commit 7b59050

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
language: node_js
22
node_js:
33
- "4"
4+
install:
5+
- npm -g install yarn
6+
- yarn
7+
cache:
8+
directories:
9+
- ~/.yarn
10+
- ~/.nvm

0 commit comments

Comments
 (0)