From e539c056f6baaaaae005bc7a3b59832f85336ddf Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Fri, 22 May 2020 18:39:16 +0300 Subject: [PATCH] Added gcc 10 build jobs to Travis CI. --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.travis.yml b/.travis.yml index a2054a0..b4b3e0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -134,6 +134,17 @@ matrix: sources: - sourceline: "ppa:ubuntu-toolchain-r/test" + - os: linux + dist: bionic + compiler: gcc-10 + env: TOOLSET=gcc COMPILER=g++-10 CXXSTD=03,11,14,17,20 + addons: + apt: + packages: + - g++-10 + sources: + - sourceline: "ppa:ubuntu-toolchain-r/test" + # clang, Linux - os: linux dist: trusty