From 0338e9e0f93c58f3f0c1979acdaa2f102b70a618 Mon Sep 17 00:00:00 2001 From: Steve Karg Date: Tue, 8 Oct 2019 23:52:20 -0500 Subject: [PATCH] fix travis CI rules --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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