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