From f274d6beb38dcb60a632014f0015103e9b4e3370 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Fri, 29 May 2015 22:31:27 -0600 Subject: [PATCH] Another attempt at coverity --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6725e11..0da8ba3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ addons: name: "ChaiScript/ChaiScript" description: "Build submitted via Travis CI" notification_email: jason@emptycrate.com - build_command_prepend: "cmake -D ENABLE_COVERAGE:BOOL=TRUE -D CMAKE_BUILD_TYPE:STRING=Debug . ; make clean" + build_command_prepend: "cmake . ; make clean" build_command: "make -j2" branch_pattern: coverity_scan