Update .travis.yml

This commit is contained in:
Gabi Melman 2021-07-27 01:49:36 +03:00 committed by GitHub
parent e93115f436
commit 353c79ca71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,8 +101,8 @@ matrix:
addons: *clang10 addons: *clang10
# Test clang-12.0: C++20, Build=Debug # Test clang-12.0: C++17, Build=Debug
- env: CLANG_VERSION=12 BUILD_TYPE=Debug CPP=20 ASAN=Off - env: CLANG_VERSION=12 BUILD_TYPE=Debug CPP=17 ASAN=Off
os: linux os: linux
dist: bionic dist: bionic
addons: *clang12 addons: *clang12