From 47c2c2035a87a85558e4a8baf5905f6396ceac72 Mon Sep 17 00:00:00 2001 From: Michal Podhradsky Date: Wed, 13 Jul 2016 19:15:56 -0700 Subject: [PATCH] Typo in travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4f23aef7655..f56895de7c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,7 +74,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 --template + build_command_prepend: "make ext; cov-configure --comptype gcc --compiler arm-none-eabi-gcc --template" build_command: "make test" branch_pattern: coverity_scan