Skip to content

Commit

Permalink
[travis] Remove I and J that won't build with kinetic-devel.
Browse files Browse the repository at this point in the history
  • Loading branch information
130s committed Jun 9, 2016
1 parent 814201e commit b78199f
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,11 @@ notifications:
- [email protected]
env:
matrix:
- ROS_DISTRO="indigo" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu USE_DEB=true
- ROS_DISTRO="indigo" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu USE_DEB=true
- ROS_DISTRO="indigo" PRERELEASE=true
- ROS_DISTRO="jade" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu USE_DEB=true
- ROS_DISTRO="jade" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu USE_DEB=true
- ROS_DISTRO="jade" PRERELEASE=true
- ROS_DISTRO="kinetic"
- ROS_DISTRO="kinetic" PRERELEASE=true
matrix:
allow_failures:
- env: ROS_DISTRO="indigo" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu USE_DEB=true
- env: ROS_DISTRO="indigo" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu USE_DEB=true
- env: ROS_DISTRO="indigo" PRERELEASE=true
- env: ROS_DISTRO="indigo" PRERELEASE=true
- env: ROS_DISTRO="jade" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu USE_DEB=true
- env: ROS_DISTRO="jade" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu USE_DEB=true
- env: ROS_DISTRO="jade" PRERELEASE=true
- env: ROS_DISTRO="jade" PRERELEASE=true
- env: ROS_DISTRO="kinetic" PRERELEASE=true
install:
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config

Expand Down

0 comments on commit b78199f

Please sign in to comment.