Skip to content

Commit

Permalink
fix(ci): fix issue related xvfb service
Browse files Browse the repository at this point in the history
  • Loading branch information
Domainv committed Oct 22, 2019
1 parent 2888f4c commit 1d3698a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ language: node_js
node_js:
- "6"

services:
- xvfb

before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

script:
- npm run pretest
Expand Down

0 comments on commit 1d3698a

Please sign in to comment.