summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 4c04fe28d2..0f69a7e376 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,11 +12,11 @@ matrix:
- language: node_js
node_js: '8'
cache: npm
+ services:
+ - xvfb
install:
- cd gui
- npm install
- before_script:
- - export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
script:
- npm run check-format
- npm run lint