Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit 0bbb390

Browse files
committed
Internal: Upgraded CI environment to use Xenial version of the distro. See ckeditor/ckeditor#2041.
1 parent 8f9c858 commit 0bbb390

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
sudo: required
2-
dist: trusty
2+
dist: xenial
33
addons:
44
chrome: stable
55
firefox: latest
66
language: node_js
7+
services:
8+
- xvfb
79
node_js:
810
- '8'
911
cache:
@@ -13,8 +15,6 @@ branches:
1315
- stable
1416
before_install:
1517
- export START_TIME=$( date +%s )
16-
- export DISPLAY=:99.0
17-
- sh -e /etc/init.d/xvfb start
1818
- npm i -g yarn
1919
install:
2020
- yarn add @ckeditor/ckeditor5-dev-tests

0 commit comments

Comments
 (0)