forked from pal-robotics-forks/ros_control
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
32 lines (29 loc) · 934 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Travis Continuous Integration Configuration File For ROS Control Projects
# Author: Dave Coleman
sudo: required
dist: trusty
language: generic
notifications:
email:
recipients:
on_success: change #[always|never|change] # default: change
on_failure: change #[always|never|change] # default: always
env:
global:
- UPSTREAM_WORKSPACE=file
- ROSINSTALL_FILENAME=ros_control.rosinstall
- ROS_PARALLEL_TEST_JOBS=-j1
matrix:
- ROS_DISTRO=jade ROS_REPO=ros UPSTREAM_WORKSPACE=debian
- ROS_DISTRO=kinetic ROS_REPO=ros
- ROS_DISTRO=kinetic ROS_REPO=ros-shadow-fixed
- ROS_DISTRO=lunar ROS_REPO=ros-shadow-fixed
matrix:
allow_failures:
- env: ROS_DISTRO=lunar ROS_REPO=ros-shadow-fixed
install:
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
script:
- .ci_config/travis.sh