Skip to content

Commit

Permalink
Add test in travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
MoriKen254 committed Dec 19, 2016
1 parent 355797b commit 14cc53a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ script:
- catkin_make $( [ -f $CATKIN_OPTIONS ] && cat $CATKIN_OPTIONS )
- source devel/setup.bash
# Testing: Use both run_tests (to see the output) and test (to error out).
### - catkin_make run_tests # This always returns 0, but looks pretty.
### - catkin_make test # This will return non-zero if a test fails.
- catkin_make run_tests # This always returns 0, but looks pretty.
- catkin_test_results # This will return non-zero if at least one of the previous tests

0 comments on commit 14cc53a

Please sign in to comment.