fix(ci): fix xvfb service issue

This commit is contained in:
Vitaliy Makogon
2019-10-22 16:04:21 +03:00
parent 2888f4cb11
commit 33ac156208
4 changed files with 333 additions and 823 deletions

View File

@@ -1,11 +1,13 @@
language: node_js
node_js:
- "6"
- "10"
services:
- xvfb
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- npm run pretest