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 .