From 99bfd532c0427e96e8e5cd4ba6a832e9e347f8be Mon Sep 17 00:00:00 2001 From: William Woodall Date: Mon, 22 Jul 2013 16:32:44 -0700 Subject: [PATCH] Fixup .travis.yaml --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f9b3ae9e..ee1414d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,6 @@ install: script: - source /opt/ros/hydro/setup.bash - - catkin_make tests - - catkin_make run_tests - - catkin_make install + - catkin_make tests --source . + - catkin_make run_tests --source . + - catkin_make install -- source .