set yarn version for travis
This commit is contained in:
@@ -2,7 +2,9 @@ language: node_js
|
|||||||
node_js:
|
node_js:
|
||||||
- "10"
|
- "10"
|
||||||
cache: yarn
|
cache: yarn
|
||||||
before_script:
|
before_install:
|
||||||
|
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.10.1
|
||||||
|
install:
|
||||||
- yarn install
|
- yarn install
|
||||||
script:
|
script:
|
||||||
- yarn lint
|
- yarn lint
|
||||||
|
|||||||
Reference in New Issue
Block a user