From e1fd54ad51ec5db20ee221a26ee40d4d03990ce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Krzton=CC=81?= Date: Fri, 13 Sep 2019 11:18:00 +0200 Subject: [PATCH 1/3] Updated Ubuntu distro. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6aef044f87f..a2771d65833 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ sudo: required -dist: trusty +dist: bionic language: node_js From 7b1a72b802452dc6bdab7a840b3b5c9d952d659a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Krzton=CC=81?= Date: Fri, 13 Sep 2019 11:45:52 +0200 Subject: [PATCH 2/3] Use Xenial dist. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a2771d65833..5765215afd6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ sudo: required -dist: bionic +dist: xenial language: node_js From d401cc5b473c5c43e4631c51b55143754ec63360 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Krzton=CC=81?= Date: Fri, 13 Sep 2019 11:50:57 +0200 Subject: [PATCH 3/3] Introduce 'xvfb' service. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5765215afd6..b0f32cccd29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ sudo: required dist: xenial +services: + - xvfb language: node_js @@ -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.