Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update jsk_travis to 0.5.0 #1104

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .travis.rosinstall
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# see .travis.rosinstall.ROS_DISTRO
- git:
local-name: PR2/app_manager
uri: https://github.com/PR2/app_manager.git
version: kinetic-devel
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ matrix:
allow_failures:
- env: ROS_DISTRO=hydro USE_DEB=true
- env: ROS_DISTRO=hydro USE_DEB=false EXTRA_DEB="ros-hydro-convex-decomposition ros-hydro-ivcon" BUILD_PKGS="jsk_pr2_calibration jsk_robot_startup pr2_base_trajectory_action jsk_pr2_startup jsk_pr2_desktop"
- env: ROS_DISTRO=indigo USE_DEB=true
- env: ROS_DISTRO=indigo USE_DEB=false EXTRA_DEB="ros-indigo-convex-decomposition ros-indigo-ivcon"
- env: ROS_DISTRO=kinetic USE_DEB=true
- env: ROS_DISTRO=melodic USE_DEB=true
Expand Down