We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b0e4e commit 94bda50Copy full SHA for 94bda50
.travis.yml
@@ -13,6 +13,12 @@ env:
13
matrix:
14
- ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
15
- 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
22
install:
23
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
24
script:
0 commit comments