2
0
mirror of https://github.com/tenrok/vue-tribute.git synced 2026-06-24 22:50:36 +03:00

use travis xvfb service

This commit is contained in:
Vaclav Loffelmann
2020-02-09 12:39:49 +01:00
parent 854e0b561a
commit 1e3ef2137a
+2 -3
View File
@@ -5,7 +5,6 @@ cache:
yarn: true yarn: true
directories: directories:
- node_modules - node_modules
before_script: services:
- export DISPLAY=:99.0 - xvfb
- sh -e /etc/init.d/xvfb start
sudo: false sudo: false