diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b43dbb5..3f955dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,6 @@ addons: name: "kyrias/yawa" description: "Build submitted via Travis CI" notification_email: johannes@kyriasis.com - build_command_prepend: cmake . + build_command_prepend: cov-configure --template --comptype clangcc --compiler clang; cmake . build_command: make branch_pattern: coverity_scan |