diff --git a/.travis.yml b/.travis.yml index 5421563..7d8588b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ language: node_js node_js: - "8" -before_script: - - "export DISPLAY=:99.0" - - "sh -e /etc/init.d/xvfb start" - - sleep 3 # give xvfb some time to start \ No newline at end of file +services: + - xvfb \ No newline at end of file