fix: 安装 chromium
This commit is contained in:
parent
b6c56a581e
commit
aa45813679
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue