File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1- # This config file for Travis CI utilizes https://github.com/ros-planning/moveit_ci package .
2- sudo : required
1+ # This config file for Travis CI utilizes https://github.com/ros-planning/moveit_ci .
2+ os : linux
33dist : bionic
44services :
55 - docker
1616 global :
1717 - ROS_DISTRO=melodic
1818 - UPSTREAM_WORKSPACE=.rosinstall
19- matrix :
20- - TEST=clang-format
21- - TEST=code-coverage ROS_REPO=ros-shadow-fixed
22- - DOCKER_IMAGE=moveit/moveit:master-source
19+
20+ jobs :
21+ - env : TEST=clang-format
22+ - env : TEST=code-coverage ROS_REPO=ros-shadow-fixed
23+ - compiler : clang
24+ env : DOCKER_IMAGE=moveit/moveit:master-source
2325
2426before_script :
2527 - git clone -q --depth=1 https://github.com/ros-planning/moveit_ci.git .moveit_ci
You can’t perform that action at this time.
0 commit comments