Travis: build against MoveIt master too

This commit is contained in:
Robert Haschke 2019-05-10 14:31:26 +02:00
parent 267c214288
commit 44a75f689b
2 changed files with 3 additions and 3 deletions

View File

@ -10,5 +10,5 @@
version: master
- git:
local-name: mtc_pour
uri: https://github.com/rhaschke/mtc_pour.git
uri: https://github.com/TAMS-Group/mtc_pour.git
version: master

View File

@ -15,10 +15,10 @@ notifications:
env:
global:
- ROS_DISTRO=melodic
- ROS_REPO=ros
- UPSTREAM_WORKSPACE=.rosinstall
matrix:
- ROS_DISTRO=melodic
- ROS_REPO=ros
- DOCKER_IMAGE=moveit/moveit:master-source
before_script:
- git clone -q --depth=1 https://github.com/ros-planning/moveit_ci.git .moveit_ci