From d42d6c0be0a8719f4152c4ff3ca658d3950d6f63 Mon Sep 17 00:00:00 2001 From: William Woodall Date: Fri, 12 Jul 2013 13:56:37 -0700 Subject: [PATCH] Update to travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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