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