Skip to content

Commit

Permalink
Added travis g++9 c++17 and c++20 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Fahller committed Sep 17, 2019
1 parent c6bf3ca commit eecf1b4
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,32 @@ matrix:
env:
- COMPILER="g++-9" SANITIZE=true

- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-9
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
env:
- COMPILER="g++-9" SANITIZE=true CXX_STANDARD="17"

- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-9
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
env:
- COMPILER="g++-9" SANITIZE=true CXX_STANDARD="20"

- os: osx
osx_image: xcode9
compiler: clang
Expand Down

0 comments on commit eecf1b4

Please sign in to comment.