moveit_task_constructor/.travis.yml
Robert Haschke 4263956079 fix Travis
2019-02-07 16:25:39 +01:00

28 lines
551 B
YAML

# This config file for Travis CI utilizes https://github.com/ros-planning/moveit_ci package.
sudo: required
dist: trusty
services:
- docker
language: cpp
compiler: gcc
cache: ccache
notifications:
email:
recipients:
- rhaschke@techfak.uni-bielefeld.de
- me@v4hn.de
env:
global:
- ROS_DISTRO=melodic
- ROS_REPO=ros
- UPSTREAM_WORKSPACE=.rosinstall
matrix:
- ROS_DISTRO=melodic
before_script:
- git clone -q --depth=1 https://github.com/ros-planning/moveit_ci.git .moveit_ci
script:
- .moveit_ci/travis.sh