From b6c56a581e9b254c10e0af6bc3aa6b8956d4eafe Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Sat, 5 Jan 2019 15:01:00 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index add582f4be..7216ee773e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,5 +21,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 script: - "./aio/deploy-cn.sh"