Skip to content

Commit

Permalink
Update Travis CI to solve CI hanging
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Jan 27, 2020
1 parent eddf9e3 commit dc4c1d1
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 @@ -23,7 +23,7 @@ env:
- CATKIN_CONFIG="--make-args CTEST_OUTPUT_ON_FAILURE=TRUE CTEST_PARALLEL_LEVEL=1"
- CMAKE_ARGS="-DCMAKE_BUILD_TYPE=Debug -DTESSERACT_ENABLE_TESTING=ON"
- ROSDEP_SKIP_KEYS="bullet3 fcl"
- AFTER_SCRIPT='catkin test -w $CATKIN_WORKSPACE --no-deps tesseract_collision tesseract_common tesseract_environment tesseract_geometry tesseract_kinematics tesseract_motion_planners tesseract_process_planners tesseract_scene_graph tesseract_urdf tesseract_python'
- AFTER_SCRIPT='catkin build -w $CATKIN_WORKSPACE --no-deps tesseract_collision tesseract_common tesseract_environment tesseract_geometry tesseract_kinematics tesseract_motion_planners tesseract_process_planners tesseract_scene_graph tesseract_urdf tesseract_python --make-args test -j1'
- PKGS_DOWNSTREAM='tesseract_ros_examples tesseract_rosutils'
- ROS_PARALLEL_JOBS=-j1
- ROS_PARALLEL_TEST_JOBS=-j1
Expand Down

0 comments on commit dc4c1d1

Please sign in to comment.