From 647470f3ae8c6d01e78c2944b5435a05167382ca Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sat, 21 Sep 2019 15:33:03 +0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 27529c0a..fb99737f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,14 +66,12 @@ matrix: addons: *clang35 # Test clang-7.0: C++11, Build=Debug, ASAN=On - - env: CLANG_VERSION=7.0 BUILD_TYPE=Debug CPP=11 ASAN=On TSAN=Off - dist: bionic - addons: *clang70 + - env: CLANG_VERSION=7 BUILD_TYPE=Debug CPP=11 ASAN=On TSAN=Off + dist: bionic - - env: CLANG_VERSION=7.0 BUILD_TYPE=Release CPP=11 ASAN=On TSAN=Off + - env: CLANG_VERSION=7 BUILD_TYPE=Release CPP=11 ASAN=On TSAN=Off dist: bionic - addons: *clang70 - + # osx - env: BUILD_TYPE=Release CPP=11 ASAN=Off TSAN=Off os: osx