From 42f2b11ec81d09494f869c9a0879d7e259d9610f Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sat, 26 Jun 2021 21:46:49 +0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 10b6f54a..a0119498 100644 --- a/.travis.yml +++ b/.travis.yml @@ -80,6 +80,11 @@ matrix: os: linux dist: bionic addons: *clang10 + + - env: CLANG_VERSION=10 BUILD_TYPE=Release CPP=17 ASAN=On + os: linux + dist: bionic + addons: *clang10 before_script: