Skip to content

Commit 1892911

Browse files
committed
Ensure correct yarn version (Travis CI)
1 parent 77a2a3d commit 1892911

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.travis.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
language: node_js
2-
3-
script:
4-
- yarn workspaces run lint
5-
- yarn workspaces run test
6-
72
node_js:
83
- 8
94
- 10
105
- node
116
- lts/*
7+
8+
before_install:
9+
- npm install -g yarn
10+
11+
script:
12+
- yarn workspaces run lint
13+
- yarn workspaces run test

0 commit comments

Comments
 (0)