Add xvfb as service.

This commit is contained in:
Michael Teeuw 2019-07-31 09:53:46 +02:00 committed by GitHub
parent d5cb60b19c
commit 3c31460f2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,8 @@
language: node_js
node_js:
- "8"
services:
- xvfb
before_script:
- yarn danger ci
- npm install grunt-cli -g