diff --git a/.travis.yml b/.travis.yml index fe7131ff..77b789cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,7 @@ compiler: jobs: include: - - env: BUILD_TARGET="scan-build" - os: linux + - os: linux compiler: clang script: scan-build --status-bugs -analyze-headers -v make -j2 - os: linux