diff --git a/.travis.yml b/.travis.yml index 4c047fb..d0a8a66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,6 @@ addons: name: JehanneOS/jehanne description: Build submitted via Travis CI notification_email: jehanneos@googlegroups.com - build_command_prepend: "cov-configure --gcc --comptype gcc --compiler $JEHANNE/hacking/cross/toolchain/bin/x86_64-jehanne-gcc" + build_command_prepend: "cov-configure --template --comptype gcc --compiler $JEHANNE/hacking/cross/toolchain/bin/x86_64-jehanne-gcc" build_command: "./hacking/coverity-scan.sh" branch_pattern: coverity_scan