Skip to content

Commit 73fc6ba

Browse files
authored
Update .travis.yml
1 parent 4d71b2b commit 73fc6ba

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,12 @@ script:
8888
- catkin config --blacklist kindr
8989
# run unit tests
9090
- source devel/setup.bash
91-
- catkin run_tests >/dev/null # suppress output
91+
- cd ~/catkin_ws/src/control-toolbox/ct_core
92+
- catkin run_tests --this --no-deps >/dev/null # suppress output
93+
- cd ~/catkin_ws/src/control-toolbox/ct_optcon
94+
- catkin run_tests --this --no-deps >/dev/null # suppress output
95+
- cd ~/catkin_ws/src/control-toolbox/ct_rbd
96+
- catkin run_tests --this --no-deps >/dev/null # suppress output
97+
- cd ~/catkin_ws/src/control-toolbox/ct_models
98+
- catkin run_tests --this --no-deps >/dev/null # suppress output
9299
- catkin_test_results

0 commit comments

Comments
 (0)