From 9d2d4c82dfc8263b866b453146248e6ccbad0edc Mon Sep 17 00:00:00 2001 From: gabime Date: Wed, 15 Apr 2020 01:06:28 +0300 Subject: [PATCH] Updated travis to clang-9 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dcf5a6c7..4e7c2e9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,7 +69,7 @@ matrix: # Test clang-9.0: C++11, Build=Debug, ASAN=On - env: CLANG_VERSION=9 BUILD_TYPE=Debug CPP=11 ASAN=On TSAN=Off # Test clang-9.0: C++11, Build=Release, ASAN=On - - env: CLANG_VERSION=7 BUILD_TYPE=Release CPP=11 ASAN=On TSAN=Off + - env: CLANG_VERSION=9 BUILD_TYPE=Release CPP=11 ASAN=On TSAN=Off # osx