Commit a4eaaa56 by Thomas Braun

.travis.yml: Add gcc 9 and compile with experimental C++20 support

parent a015b78e
...@@ -204,13 +204,21 @@ matrix: ...@@ -204,13 +204,21 @@ matrix:
- os: linux - os: linux
compiler: gcc compiler: gcc
env: COMPILER=g++-9
addons:
apt:
sources: ['ubuntu-toolchain-r-test']
packages: ['g++-9', 'ninja-build']
- os: linux
compiler: gcc
env: env:
- COMPILER=g++-8 - COMPILER=g++-9
- CXXFLAGS=-std=c++17 - CXXFLAGS=-std=c++2a
addons: addons:
apt: apt:
sources: ['ubuntu-toolchain-r-test'] sources: ['ubuntu-toolchain-r-test']
packages: ['g++-8', 'ninja-build'] packages: ['g++-9', 'ninja-build']
# Linux / Clang # Linux / Clang
......
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