diff --git a/.travis.yml b/.travis.yml index 41b4538cf..bdbac2c4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,10 @@ cache: - node_modules - website/node_modules before_script: +- export CHROME_BIN=chromium-browser - export PATH=${PATH}:${HOME}/bin +- export DISPLAY=:99.0 +- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16" script: - npm run build - npm run test