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