Use latest yarn

This commit is contained in:
Jaco Greeff 2019-01-11 10:05:12 +01:00
parent 3333c6b504
commit 0f23fded60

View File

@ -2,7 +2,7 @@ language: node_js
node_js:
- "10"
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.10.1
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
cache:
yarn: true