diff --git a/.travis.yml b/.travis.yml index b463891b..87e50ee6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,5 +44,4 @@ install: # Use this to install any prerequisites or dependencies necessary to ru before_script: # Use this to prepare your build for testing e.g. copy database configurations, environment variables, etc. - source /opt/ros/$ROS_DISTRO/setup.bash script: # All commands must exit with code 0 on success. Anything else is considered failure. - - catkin_make -j2 - + - catkin_make -j2 run_tests