Skip to content

Commit

Permalink
.travis.yml: drop hydro
Browse files Browse the repository at this point in the history
  • Loading branch information
furushchev committed Nov 1, 2017
1 parent e025f2f commit d9f2efb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ env:
- ROS_DISTRO=indigo USE_DEB=true BEFORE_SCRIPT='$CI_SOURCE_PATH/.travis_before_script_pcl1.8.bash' BUILD_PKGS='jsk_pcl_ros_utils jsk_pcl_ros' DOCKER_IMAGE_JENKINS='ros-indigo-pcl1.8'
- ROS_DISTRO=jade USE_DEB=false
- ROS_DISTRO=kinetic USE_DEB=false TEST_PKGS='jsk_recognition_msgs'
matrix:
fast_finish: true
allow_failures:
- env: ROS_DISTRO=hydro USE_DEB=false
script:
- source .travis/travis.sh
- (cd $TRAVIS_BUILD_DIR/doc && source setup.sh && make html)

0 comments on commit d9f2efb

Please sign in to comment.