Skip to content

Commit 94bda50

Browse files
committed
Add pre-release builds to CI matrix
1 parent 78b0e4e commit 94bda50

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ env:
1313
matrix:
1414
- ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
1515
- ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
16+
- ROS_DISTRO="kinetic" PRERELEASE=true
17+
- ROS_DISTRO="melodic" PRERELEASE=true
18+
matrix:
19+
allow_failures:
20+
- env: ROS_DISTRO="kinetic" PRERELEASE=true
21+
- env: ROS_DISTRO="melodic" PRERELEASE=true
1622
install:
1723
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
1824
script:

0 commit comments

Comments
 (0)