mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
fix Travis
This commit is contained in:
parent
a1f7c5d1c6
commit
4263956079
@ -10,5 +10,5 @@
|
|||||||
version: master
|
version: master
|
||||||
- git:
|
- git:
|
||||||
local-name: mtc_pour
|
local-name: mtc_pour
|
||||||
uri: https://github.com/TAMS-Group/mtc_pour.git
|
uri: https://github.com/rhaschke/mtc_pour.git
|
||||||
version: master
|
version: master
|
||||||
|
|||||||
11
.travis.yml
11
.travis.yml
@ -13,14 +13,15 @@ notifications:
|
|||||||
- rhaschke@techfak.uni-bielefeld.de
|
- rhaschke@techfak.uni-bielefeld.de
|
||||||
- me@v4hn.de
|
- me@v4hn.de
|
||||||
env:
|
env:
|
||||||
|
global:
|
||||||
|
- ROS_DISTRO=melodic
|
||||||
|
- ROS_REPO=ros
|
||||||
|
- UPSTREAM_WORKSPACE=.rosinstall
|
||||||
matrix:
|
matrix:
|
||||||
- ROS_DISTRO=kinetic ROS_REPO=ros UPSTREAM_WORKSPACE=.rosinstall
|
- ROS_DISTRO=melodic
|
||||||
- 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
|
|
||||||
|
|
||||||
before_script:
|
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:
|
script:
|
||||||
- .moveit_ci/travis.sh
|
- .moveit_ci/travis.sh
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user