Unverified Commit 082e162f authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa Committed by GitHub

Merge pull request #1282 from alagoutte/travis

Travis: Update to Xenial
parents c78abbe1 7cc7c06c
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment