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