Skip to content

Commit

Permalink
Remove lunar, add melodic (ros-controls#73)
Browse files Browse the repository at this point in the history
Remove lunar, add melodic
  • Loading branch information
bmagyar authored Jan 29, 2019
1 parent c30b817 commit d2de495
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ notifications:

env:
global:
- UPSTREAM_WORKSPACE=https://raw.github.com/ros-controls/ros_control/kinetic-devel/ros_control.rosinstall
- ROS_PARALLEL_TEST_JOBS=-j1
matrix:
- ROS_DISTRO=kinetic ROS_REPO=ros
- ROS_DISTRO=kinetic ROS_REPO=ros-shadow-fixed
- ROS_DISTRO=lunar ROS_REPO=ros
- ROS_DISTRO=lunar ROS_REPO=ros-shadow-fixed
- ROS_DISTRO=kinetic ROS_REPO=ros UPSTREAM_WORKSPACE=https://raw.github.com/ros-controls/ros_control/$ROS_DISTRO-devel/ros_control.rosinstall
- ROS_DISTRO=kinetic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=https://raw.github.com/ros-controls/ros_control/$ROS_DISTRO-devel/ros_control.rosinstall
- ROS_DISTRO=melodic ROS_REPO=ros UPSTREAM_WORKSPACE=https://raw.github.com/ros-controls/ros_control/$ROS_DISTRO-devel/ros_control.rosinstall
- ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=https://raw.github.com/ros-controls/ros_control/$ROS_DISTRO-devel/ros_control.rosinstall

install:
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
Expand Down

0 comments on commit d2de495

Please sign in to comment.