fix Travis

This commit is contained in:
Robert Haschke 2019-02-06 14:11:49 +01:00
parent a1f7c5d1c6
commit 4263956079
2 changed files with 7 additions and 6 deletions

View File

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

View File

@ -13,14 +13,15 @@ notifications:
- rhaschke@techfak.uni-bielefeld.de
- me@v4hn.de
env:
global:
- ROS_DISTRO=melodic
- ROS_REPO=ros
- UPSTREAM_WORKSPACE=.rosinstall
matrix:
- ROS_DISTRO=kinetic ROS_REPO=ros UPSTREAM_WORKSPACE=.rosinstall
- ROS_DISTRO=kinetic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=.rosinstall
- ROS_DISTRO=melodic ROS_REPO=ros UPSTREAM_WORKSPACE=.rosinstall
- ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=.rosinstall
- ROS_DISTRO=melodic
before_script:
- git clone -q https://github.com/ros-planning/moveit_ci.git .moveit_ci
- git clone -q --depth=1 https://github.com/ros-planning/moveit_ci.git .moveit_ci
script:
- .moveit_ci/travis.sh