From 0d08be9c37d765ee3ad698c5ce428f9ca244130f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Rosick=C3=BD?= Date: Sun, 19 May 2019 12:45:24 +0200 Subject: [PATCH] travis: add gcc-8 to CI (#2889) --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9c8bfd987..63e5f06d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,15 @@ matrix: - ubuntu-toolchain-r-test packages: - g++-5 + - os: linux + compiler: g++-8 + env: AUTOTOOLS=yes COVERAGE=no BUILD=shared + addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - g++-8 - os: linux compiler: clang # This build runs with ASan and we set `detect_odr_violation=0`