forked from jsk-ros-pkg/jsk_model_tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
26 lines (26 loc) · 910 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
language: c++
notifications:
email:
on_success: always
on_failure: always
slack: jsk-robotics:Av7tc8wj3IWkLYvlTzHE7x2g
sudo: required
dist: trusty
services:
- docker
env:
global:
- USE_DOCKER=true
matrix:
- ROS_DISTRO=indigo ROSWS=wstool BUILDER=catkin USE_DEB=true
- ROS_DISTRO=indigo ROSWS=wstool BUILDER=catkin USE_DEB=false
- ROS_DISTRO=kinetic ROSWS=wstool BUILDER=catkin USE_DEB=true
- ROS_DISTRO=kinetic ROSWS=wstool BUILDER=catkin USE_DEB=false
- ROS_DISTRO=melodic ROSWS=wstool BUILDER=catkin USE_DEB=true
- ROS_DISTRO=melodic ROSWS=wstool BUILDER=catkin USE_DEB=false
matrix:
allow_failures:
- env: ROS_DISTRO=indigo ROSWS=wstool BUILDER=catkin USE_DEB=false
- env: ROS_DISTRO=kinetic ROSWS=wstool BUILDER=catkin USE_DEB=false
- env: ROS_DISTRO=melodic ROSWS=wstool BUILDER=catkin USE_DEB=false
script: source .travis/travis.sh