From aee2bce710e4ec274935f0f448070a30fd291b7d Mon Sep 17 00:00:00 2001 From: cookfront Date: Thu, 20 Apr 2017 19:32:04 +0800 Subject: [PATCH] travis --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e5a3a1475..e8be1dbaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,10 @@ cache: branches: only: - master - - dev +before_install: + - export CHROME_BIN=chromium-browser + - export DISPLAY=:99.0 + - sh -e /etc/init.d/xvfb start install: - | yarn install