From 3b16cffc0e791b0bc21197ffaf1694ef79ec55bb Mon Sep 17 00:00:00 2001 From: Giacomo Tesio Date: Sun, 27 Nov 2016 00:10:19 +0100 Subject: [PATCH] .travis.yml: cov-configure --template --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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