@@ -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