From b41b13047c90ba5153a74e2fa2fccaa0343d4ccc Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 27 Aug 2017 11:30:36 +0200 Subject: [PATCH] :construction_worker: removed unneccessary test --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f4cf8fe73..43323c34b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,8 +49,6 @@ matrix: apt: sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-5.0'] packages: ['g++-6', 'clang-5.0', 'ninja-build'] - after_failure: - - make clang_sanitize -j4 # cppcheck - os: linux -- GitLab