From b40c9474716929fd25d2bdbb9be291c55e34e106 Mon Sep 17 00:00:00 2001 From: podhrmic Date: Wed, 13 Jul 2016 19:06:05 -0700 Subject: [PATCH] Set coverity for arm-embedded compiler --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6e2896759ba..ad626c8c182 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ addons: name: "paparazzi/paparazzi" description: "Build submitted via Travis CI" notification_email: paparazzi-builds@nongnu.org - build_command_prepend: "make ext; cov-configure --comptype gcc --compiler arm-none-eabi-gcc" + build_command_prepend: "make ext; cov-configure --comptype gcc --compiler arm-none-eabi-gcc --template build_command: "make test" branch_pattern: coverity_scan