Commit 09f0f1b2 authored by Kamil Piechaczek's avatar Kamil Piechaczek

Internal: Upgraded CI environment to use Xenial version of the distro. See ckeditor/ckeditor#2041.

parent 736d7037
sudo: required sudo: required
dist: trusty dist: xenial
addons: addons:
chrome: stable chrome: stable
firefox: latest firefox: latest
language: node_js language: node_js
services:
- xvfb
node_js: node_js:
- '8' - '8'
cache: cache:
...@@ -13,8 +15,6 @@ branches: ...@@ -13,8 +15,6 @@ branches:
- stable - stable
before_install: before_install:
- export START_TIME=$( date +%s ) - export START_TIME=$( date +%s )
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm i -g yarn - npm i -g yarn
install: install:
- yarn add @ckeditor/ckeditor5-dev-tests - yarn add @ckeditor/ckeditor5-dev-tests
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment