diff --git a/.travis.yml b/.travis.yml index a40ed147..2f89ec1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ install: - sudo apt-get install python-catkin-pkg python-rosdep - sudo rosdep init - rosdep update - - rosdep install --from-paths src --ignore-src --rosdistro hydro -y + - rosdep install --from-paths . --ignore-src --rosdistro hydro -y script: - source /opt/ros/hydro/setup.bash