From d0997ae8d4031cc9e7891f047a73bd2ffc07f671 Mon Sep 17 00:00:00 2001 From: Jojo-1000 <33495614+Jojo-1000@users.noreply.github.com> Date: Sun, 12 Apr 2020 19:17:40 +0200 Subject: [PATCH] Update travis linux distro for newer cmake version. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7cc5f19..48695ef 100755 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: generic env: global: # Ubuntu version - - LINUX_DIST=trusty + - LINUX_DIST=xenial - DEPS_DIR=${TRAVIS_BUILD_DIR}/deps # compiler settings - COMPILER_NAME=gcc @@ -17,7 +17,7 @@ env: matrix: include: - os: linux - dist: trusty + dist: xenial sudo: true compiler: gcc addons: @@ -31,7 +31,7 @@ matrix: - graphviz sources: &sources - ubuntu-toolchain-r-test - - llvm-toolchain-trusty-6.0 + - llvm-toolchain-xenial-6.0 before_install: # Combine global build options with OS/compiler-dependent options -- libgit2 0.21.4