forked from ipa320/cob_people_perception
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy path.travis.yml
More file actions
24 lines (24 loc) · 684 Bytes
/
Copy path.travis.yml
File metadata and controls
24 lines (24 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
sudo: required
dist: trusty
language: generic
notifications:
email:
on_success: change
on_failure: always
env:
global:
- ROS_REPO=ros
matrix:
- ROS_DISTRO=indigo UPSTREAM_WORKSPACE=file
- ROS_DISTRO=indigo UPSTREAM_WORKSPACE=debian
- ROS_DISTRO=kinetic UPSTREAM_WORKSPACE=file
- ROS_DISTRO=kinetic UPSTREAM_WORKSPACE=debian
matrix:
allow_failures:
- env: ROS_DISTRO=indigo UPSTREAM_WORKSPACE=debian
- env: ROS_DISTRO=kinetic UPSTREAM_WORKSPACE=debian
install:
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
script:
- .ci_config/travis.sh
# - ./travis.sh # Enable this when you have a package-local script