Skip to content

Commit b60a3f0

Browse files
author
Ethan Cohen
committed
[ci] - Test yarn in travis ci.
1 parent 36bf699 commit b60a3f0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,14 @@ node_js:
33
- 4
44
- 5
55
- 6
6+
cache:
7+
directories:
8+
- $HOME/.npm
9+
- $HOME/.yarn-cache
10+
- node_modules
11+
before_install:
12+
- time npm i -g yarn --cache-min 999999999
13+
install:
14+
- time yarn
615
after_success:
716
- npm run coveralls

0 commit comments

Comments
 (0)