Skip to content

Commit

Permalink
Add pre-release builds to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
wxmerkt committed Feb 25, 2019
1 parent 78b0e4e commit 94bda50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ env:
matrix:
- ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
- ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
- ROS_DISTRO="kinetic" PRERELEASE=true
- ROS_DISTRO="melodic" PRERELEASE=true
matrix:
allow_failures:
- env: ROS_DISTRO="kinetic" 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 94bda50

Please sign in to comment.