Merge pull request #1282 from alagoutte/travis

Travis: Update to Xenial
This commit is contained in:
Tatsuhiro Tsujikawa 2018-12-26 20:44:39 +09:00 committed by GitHub
commit 082e162f3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,4 @@
dist: trusty
dist: xenial
env:
matrix:
- CI_BUILD=cmake
@ -12,10 +12,8 @@ addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-7
packages:
- g++-8
- clang-7
- autoconf
- automake
- autotools-dev
@ -35,7 +33,6 @@ addons:
before_install:
- $CC --version
- if [ "$CXX" = "g++" ]; then export CXX="g++-8" CC="gcc-8"; fi
- if [ "$CXX" = "clang++" ]; then export CXX="clang++-7" CC="clang-7"; fi
- $CC --version
- go version
- cmake --version