From aa458136793b5bc0d886ab9968c2356b20aee231 Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Sat, 5 Jan 2019 15:03:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=89=E8=A3=85=20chromium?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7216ee773e..92fc263cb2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"