Skip to content

Commit

Permalink
[CI] Update Travis conf: Remove EOLed distro. Add Melodic.
Browse files Browse the repository at this point in the history
  • Loading branch information
PlusOne Robotics Inc committed Jul 18, 2018
1 parent ff647b8 commit e9a7faa
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,21 @@ env:
- ROS_DISTRO="indigo" ROS_REPO=ros
- ROS_DISTRO="indigo" ROS_REPO=ros-shadow-fixed
- ROS_DISTRO="indigo" PRERELEASE=true
- ROS_DISTRO="jade" ROS_REPO=ros
- ROS_DISTRO="kinetic" ROS_REPO=ros ABICHECK_URL='github:ros-drivers/openni2_camera#indigo-devel'
- ROS_DISTRO="kinetic" ROS_REPO=ros-shadow-fixed ABICHECK_URL='github:ros-drivers/openni2_camera#indigo-devel'
- ROS_DISTRO="kinetic" PRERELEASE=true
- ROS_DISTRO="lunar" ROS_REPO=ros ABICHECK_URL='github:ros-drivers/openni2_camera#indigo-devel'
- ROS_DISTRO="lunar" ROS_REPO=ros-shadow-fixed ABICHECK_URL='github:ros-drivers/openni2_camera#indigo-devel'
- ROS_DISTRO="lunar" ROS_REPO=ros
- ROS_DISTRO="lunar" ROS_REPO=ros-shadow-fixed
- ROS_DISTRO="lunar" PRERELEASE=true
- ROS_DISTRO="melodic" ROS_REPO=ros ABICHECK_URL='github:ros-drivers/openni2_camera#indigo-devel'
- ROS_DISTRO="melodic" ROS_REPO=ros-shadow-fixed ABICHECK_URL='github:ros-drivers/openni2_camera#indigo-devel'
- ROS_DISTRO="melodic" PRERELEASE=true
matrix:
allow_failures:
- env: ROS_DISTRO="indigo" PRERELEASE=true # Run docker-based ROS prerelease test http://wiki.ros.org/bloom/Tutorials/PrereleaseTest Because we might not want to run prerelease test for all PRs, it's omitted from pass-fail criteria.
- env: ROS_DISTRO="indigo" PRERELEASE=true
- env: ROS_DISTRO="jade" ROS_REPO=ros
- env: ROS_DISTRO="kinetic" PRERELEASE=true
- env: ROS_DISTRO="lunar" PRERELEASE=true
- env: ROS_DISTRO="melodic" PRERELEASE=true
install:
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
script:
Expand Down

0 comments on commit e9a7faa

Please sign in to comment.