From 7a40047e052e42ee2b464bb878ce697b2b553896 Mon Sep 17 00:00:00 2001 From: Vladimir Ermakov Date: Mon, 11 Aug 2014 23:30:14 +0400 Subject: [PATCH] fix coverity, #101 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8be3137bc..5610628d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,6 +58,6 @@ addons: name: "vooon/mavros" description: "Build submitted via Travis CI" notification_email: vooon341@gmail.com - build_command_prepend: "cd ~/ros/ws_$REPOSITORY_NAME/src/mavros && cmake ." + build_command_prepend: "cd ~/ros/ws_$REPOSITORY_NAME/src/mavros/mavros && cmake ." build_command: "make -j4" branch_pattern: coverity_scan