From 353c79ca7111c5c8b793e6e378c89449621e7549 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Tue, 27 Jul 2021 01:49:36 +0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b2dbc40c..f5418931 100644 --- a/.travis.yml +++ b/.travis.yml @@ -101,8 +101,8 @@ matrix: addons: *clang10 - # Test clang-12.0: C++20, Build=Debug - - env: CLANG_VERSION=12 BUILD_TYPE=Debug CPP=20 ASAN=Off + # Test clang-12.0: C++17, Build=Debug + - env: CLANG_VERSION=12 BUILD_TYPE=Debug CPP=17 ASAN=Off os: linux dist: bionic addons: *clang12