Skip to content

Commit

Permalink
enable Travis again
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Feb 17, 2019
1 parent 26ffa64 commit 29ecde8
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# This config file for Travis CI utilizes https://github.com/ros-planning/moveit_ci/ package.
sudo: required
dist: xenial # distro used by Travis, moveit_ci uses the docker image's distro
services:
- docker
language: cpp
cache: ccache
compiler: gcc

notifications:
email:
recipients:
- rhaschke@techfak.uni-bielefeld.de
env:
global:
- ROS_DISTRO=melodic
- ROS_REPO=ros
- WARNINGS_OK=true
- ABI_BASE_URL=https://ni.www.techfak.uni-bielefeld.de/abicheck/rviz-${ROS_DISTRO}.tar.gz
matrix:
- TEST=catkin_lint
- TEST=abi

before_script:
- git clone -q --depth=1 https://github.com/ros-planning/moveit_ci.git .moveit_ci

script:
- .moveit_ci/travis.sh

0 comments on commit 29ecde8

Please sign in to comment.