Skip to content

Commit

Permalink
Merge pull request #3412 from ckeditor/t/ci-updateubuntu
Browse files Browse the repository at this point in the history
Updated Ubuntu distro on Travis CI.
  • Loading branch information
f1ames authored Sep 13, 2019
2 parents 416587d + d401cc5 commit 52ec0b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
sudo: required
dist: trusty
dist: xenial
services:
- xvfb

language: node_js

Expand All @@ -20,7 +22,6 @@ before_script:
# Prepare environment.
- 'npm install benderjs-cli -g'
- 'export DISPLAY=:99.0'
- 'sh -e /etc/init.d/xvfb start'
- 'sleep 3'

# The $TRAVIS_BRANCH points to target branch for PRs and for other branches it is the current branch name.
Expand Down

0 comments on commit 52ec0b1

Please sign in to comment.