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

Commit

Permalink
Internal: Upgraded CI environment to use Xenial version of the distro…
Browse files Browse the repository at this point in the history
…. See ckeditor/ckeditor#2041.
  • Loading branch information
pomek committed Sep 12, 2019
1 parent 11a1bee commit f1e36bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .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:
Expand All @@ -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
Expand Down

0 comments on commit f1e36bc

Please sign in to comment.