From 5882e9acfe286c32ffc4372d409a392553f21239 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Mon, 8 Jun 2020 17:51:13 +0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7f4a3c7f..5bd9b6eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,11 +57,7 @@ matrix: os: linux addons: *gcc7 - # Test clang-3.5: C++11, Build=Debug/Release - - env: CLANG_VERSION=3.5 BUILD_TYPE=Debug CPP=14 - os: linux - addons: *clang35 - + # Test clang-3.5: C++11, Build=Release - env: CLANG_VERSION=3.5 BUILD_TYPE=Release CPP=14 os: linux addons: *clang35