From fd75f3a02c36993585be69a308711aba29ff517f Mon Sep 17 00:00:00 2001 From: William Woodall Date: Tue, 23 Jul 2013 10:20:07 -0700 Subject: [PATCH] Enable testing --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5136721a..3ca1ac58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,6 @@ install: script: - source /opt/ros/hydro/setup.bash - - catkin_make tests --source . -j1 - - catkin_make run_tests --source . -j1 - - catkin_make install --source . -j1 + - catkin_make tests --source . -j1 -DCATKIN_ENABLE_TESTING=ON + - catkin_make run_tests --source . -j1 -DCATKIN_ENABLE_TESTING=ON + - catkin_make install --source . -j1 -DCATKIN_ENABLE_TESTING=ON