[X2Go-Commits] [nx-libs] 01/219: travis.yml: Update clang 7.0 => 8.0

git-admin at x2go.org git-admin at x2go.org
Sat Sep 28 12:10:10 CEST 2019


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

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

commit ee82317b5867cda52e7ba89a8af6958293ab949c
Author: Mario Trangoni <mjtrangoni at gmail.com>
Date:   Mon Apr 22 17:26:33 2019 +0200

    travis.yml: Update clang 7.0 => 8.0
    
    Signed-off-by: Mario Trangoni <mjtrangoni at gmail.com>
---
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 108e9bc91..ef3f9fcc8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -89,10 +89,10 @@ matrix:
       addons:
         apt:
           sources:
-            - llvm-toolchain-xenial-7
+            - llvm-toolchain-xenial-8
             - ubuntu-toolchain-r-test
           packages:
-            - clang-7
+            - clang-8
             # imake
             - xutils-dev
             # X11 libaries
@@ -109,7 +109,7 @@ matrix:
             - x11-xkb-utils
 
       env:
-        - MATRIX_EVAL="CC=clang-7 && CXX=clang++-7"
+        - MATRIX_EVAL="CC=clang-8 && CXX=clang++-8"
         - STATIC_ANALYSIS="no"
 
 before_install:

--
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