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"