[X2Go-Commits] [nx-libs] 34/54: .travis.yml: move from Ubuntu Trusty to Xenial.

git-admin at x2go.org git-admin at x2go.org
Sun Mar 24 10:05:04 CET 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository nx-libs.

commit ebd1ea036470c103692933ec7252fdad307411cb
Author: Mario Trangoni <mjtrangoni at gmail.com>
Date:   Fri Jan 18 19:10:03 2019 +0100

    .travis.yml: move from Ubuntu Trusty to Xenial.
---
 .travis.yml | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index bc684b5..3454d47 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
-# Use new trusty images, should yield newer compilers and packages
+# Use new xenial images, should yield newer compilers and packages
 sudo: true
-dist: trusty
+dist: xenial
 language: cpp
 
 matrix:
@@ -9,16 +9,18 @@ matrix:
       addons:
         apt:
           sources:
-            - sourceline: 'deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse'
+            - sourceline: 'deb http://archive.ubuntu.com/ubuntu main restricted universe multiverse'
             - ubuntu-toolchain-r-test
           packages:
-            - cppcheck/trusty-backports
+            - cppcheck
             # imake
             - xutils-dev
             # X11 libaries
             - libxcomposite-dev
+            - libxdamage-dev
             - libxfont-dev
             - libxinerama-dev
+            - libxpm-dev
             - libxrandr-dev
             - libxtst-dev
             - x11proto-fonts-dev
@@ -39,8 +41,10 @@ matrix:
             - xutils-dev
             # X11 libaries
             - libxcomposite-dev
+            - libxdamage-dev
             - libxfont-dev
             - libxinerama-dev
+            - libxpm-dev
             - libxrandr-dev
             - libxtst-dev
             - x11proto-fonts-dev
@@ -53,15 +57,17 @@ matrix:
       addons:
         apt:
           sources:
-            - llvm-toolchain-trusty-3.9
+            - llvm-toolchain-xenial-3.9
           packages:
             - clang-3.9
             # imake
             - xutils-dev
             # X11 libaries
             - libxcomposite-dev
+            - libxdamage-dev
             - libxfont-dev
             - libxinerama-dev
+            - libxpm-dev
             - libxrandr-dev
             - libxtst-dev
             - x11proto-fonts-dev
@@ -74,7 +80,7 @@ matrix:
       addons:
         apt:
           sources:
-            - llvm-toolchain-trusty-6.0
+            - llvm-toolchain-xenial-6.0
             - ubuntu-toolchain-r-test
           packages:
             - clang-6.0
@@ -83,8 +89,10 @@ matrix:
             - xutils-dev
             # X11 libaries
             - libxcomposite-dev
+            - libxdamage-dev
             - libxfont-dev
             - libxinerama-dev
+            - libxpm-dev
             - libxrandr-dev
             - libxtst-dev
             - x11proto-fonts-dev

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git


More information about the x2go-commits mailing list