From c31cbe7cfefc18123eb85ffb2ce509748435efde Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Sat, 11 Apr 2020 00:40:44 -0700 Subject: Add C++17 test to Travis --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e4eeb9b614..def4875191 100644 --- a/.travis.yml +++ b/.travis.yml @@ -148,6 +148,11 @@ jobs: env: >- FILE_ENV="./ci/test/00_setup_env_native_valgrind.sh" + - stage: test + name: 'x86_64 Linux [GOAL: install] [bionic] [no depends, only system libs, c++17]' + env: >- + FILE_ENV="./ci/test/00_setup_env_native_cxx17.sh" + - stage: test name: 'x86_64 Linux [GOAL: install] [focal] [no depends, only system libs, sanitizers: fuzzer,address,undefined]' env: >- -- cgit v1.2.3