diff --git a/.travis.yml b/.travis.yml index d4bcb8f..74b76cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,11 @@ sudo: required -dist: trusty +dist: xenial addons: chrome: stable firefox: latest language: node_js +services: +- xvfb node_js: - '8' cache: @@ -13,8 +15,6 @@ branches: - stable before_install: - export START_TIME=$( date +%s ) -- export DISPLAY=:99.0 -- sh -e /etc/init.d/xvfb start - npm i -g yarn install: - yarn add @ckeditor/ckeditor5-dev-tests