fix: 安装 chromium

This commit is contained in:
Zhicheng WANG 2019-01-05 15:03:22 +08:00
parent b6c56a581e
commit aa45813679
1 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ addons:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
chrome: stable
branches:
except:
- g3
@ -21,6 +22,6 @@ cache:
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.10.1
- export PATH="$HOME/.yarn/bin:$PATH"
- scripts/ci/install-chromium.sh
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &
script:
- "./aio/deploy-cn.sh"