From 4013aeaaf7796cfff6b97668870ce4a2af3d509a Mon Sep 17 00:00:00 2001 From: Mike Taves Date: Wed, 25 Sep 2019 11:47:40 +1200 Subject: Upgrade testing from trusty to xenial, and also: * From openjdk-7 via apt to openjdk-11 via Travis CI xenial's $JAVA_HOME * From mingw 4.8 -> 5.3, as supported by xenial * clang+llvm for csa kept at version 6.0.0, but for ubuntu-16.04 * Furthermore xenial implicitly has many upgrades, specifically: - gcc 4.8.4 -> 5.4.0 - clang 4.0.0 -> 5.0.0 - cmake 3.9.2 -> 3.12.4 - python 3.4.3 -> 3.5.2 * cppcheck version kept at 1.61 (for trusty) due to many false positives with version 1.72 (for xenial) * Community code contribution documentation simplified to remove version of cppcheck, as this may outdated with updates to scripts --- travis/csa/before_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'travis/csa') diff --git a/travis/csa/before_install.sh b/travis/csa/before_install.sh index cdd58257..c2e29064 100755 --- a/travis/csa/before_install.sh +++ b/travis/csa/before_install.sh @@ -7,7 +7,7 @@ set -e sudo apt-get install -qq sqlite3 libsqlite3-dev -CLANG_LLVM=clang+llvm-6.0.0-x86_64-linux-gnu-ubuntu-14.04 +CLANG_LLVM=clang+llvm-6.0.0-x86_64-linux-gnu-ubuntu-16.04 wget http://releases.llvm.org/6.0.0/$CLANG_LLVM.tar.xz tar xJf $CLANG_LLVM.tar.xz mv $CLANG_LLVM clang+llvm-6 -- cgit v1.2.3