From 94bafd0c9f833846c26bf249d1c93b7eb8f50fcb Mon Sep 17 00:00:00 2001 From: Michal Podhradsky Date: Thu, 14 Jul 2016 08:45:01 -0700 Subject: [PATCH] An attempt to fix travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6e4b22e4963..da1c0089bef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,8 +58,8 @@ 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 --template" - build_command: "make test" + build_command_prepend: make ext; cov-configure --comptype gcc --compiler arm-none-eabi-gcc --template + build_command: make test branch_pattern: coverity_scan notifications: