Skip to content

Commit

Permalink
Run only 1 test at a time on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar authored and scpeters committed Apr 26, 2016
1 parent bf61aeb commit b14eede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ script:
- cd ~/ros/ws_$REPOSITORY_NAME
- catkin build -j4 --verbose --summary
# Run tests
- catkin run_tests
- catkin run_tests -j1 # have to run only 1 test at a time to ensure no gazebo instances collide
# catkin run_tests always returns 0, use catkin_test_results to check for errors
# https://github.com/catkin/catkin_tools/issues/245
- catkin_test_results
Expand Down

0 comments on commit b14eede

Please sign in to comment.