👷 removed unneccessary test

This commit is contained in:
Niels Lohmann 2017-08-27 11:30:36 +02:00
parent 15e757c42b
commit b41b13047c
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

@ -49,8 +49,6 @@ matrix:
apt: apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-5.0'] sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-5.0']
packages: ['g++-6', 'clang-5.0', 'ninja-build'] packages: ['g++-6', 'clang-5.0', 'ninja-build']
after_failure:
- make clang_sanitize -j4
# cppcheck # cppcheck
- os: linux - os: linux