Commit d0997ae8d4031cc9e7891f047a73bd2ffc07f671

Authored by Jojo-1000
Committed by Moritz Wirger
1 parent 7c4f890a

Update travis linux distro for newer cmake version.

Showing 1 changed file with 3 additions and 3 deletions
.travis.yml
@@ -3,7 +3,7 @@ language: generic @@ -3,7 +3,7 @@ language: generic
3 env: 3 env:
4 global: 4 global:
5 # Ubuntu version 5 # Ubuntu version
6 - - LINUX_DIST=trusty 6 + - LINUX_DIST=xenial
7 - DEPS_DIR=${TRAVIS_BUILD_DIR}/deps 7 - DEPS_DIR=${TRAVIS_BUILD_DIR}/deps
8 # compiler settings 8 # compiler settings
9 - COMPILER_NAME=gcc 9 - COMPILER_NAME=gcc
@@ -17,7 +17,7 @@ env: @@ -17,7 +17,7 @@ env:
17 matrix: 17 matrix:
18 include: 18 include:
19 - os: linux 19 - os: linux
20 - dist: trusty 20 + dist: xenial
21 sudo: true 21 sudo: true
22 compiler: gcc 22 compiler: gcc
23 addons: 23 addons:
@@ -31,7 +31,7 @@ matrix: @@ -31,7 +31,7 @@ matrix:
31 - graphviz 31 - graphviz
32 sources: &sources 32 sources: &sources
33 - ubuntu-toolchain-r-test 33 - ubuntu-toolchain-r-test
34 - - llvm-toolchain-trusty-6.0 34 + - llvm-toolchain-xenial-6.0
35 35
36 before_install: 36 before_install:
37 # Combine global build options with OS/compiler-dependent options 37 # Combine global build options with OS/compiler-dependent options