From 867fec260ba80d61ded8b1d93df868a76b7addcc Mon Sep 17 00:00:00 2001 From: gabime Date: Sat, 18 Apr 2020 13:22:07 +0300 Subject: [PATCH] Another shot at travis clang-10 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0b7e3e50..b1702cb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,12 +71,12 @@ matrix: os: osx # Test clang-10.0: C++11, Build=Debug/Release - - env: CLANG_VERSION=10.0 BUILD_TYPE=Debug CPP=11 + - env: CLANG_VERSION=10 BUILD_TYPE=Debug CPP=11 os: linux dist: bionic addons: *clang10 - - env: CLANG_VERSION=10.0 BUILD_TYPE=Release CPP=11 + - env: CLANG_VERSION=10 BUILD_TYPE=Release CPP=11 os: linux dist: bionic addons: *clang10