fix: yarn 升级到 1.13

This commit is contained in:
Zhicheng WANG 2019-02-17 00:46:49 +08:00
parent b035e68480
commit 2407cc4753
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ cache:
- "./.chrome/chromium"
- "./aio/node_modules"
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 -s -- --version 1.13.0
- export PATH="$HOME/.yarn/bin:$PATH"
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &
script: