From 6e932ef66dbe054e039d4dba77a41a12f9f52e0c Mon Sep 17 00:00:00 2001 From: neargye Date: Wed, 11 Nov 2020 17:32:27 +0200 Subject: [PATCH] update ci --- .travis.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c3df0c0..04360b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,8 @@ os: linux # Use linux unless specified otherwise. dist: bionic -sudo: required - language: cpp -matrix: +jobs: include: - os: linux compiler: g++ @@ -20,6 +18,17 @@ matrix: env: - CXX_COMPILER=g++-9 CC_COMPILER=gcc-9 + - os: linux + compiler: g++ + addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - g++-10 + env: + - CXX_COMPILER=g++-10 CC_COMPILER=gcc-10 + - os: linux compiler: clang++ addons: