Skip to content

Commit 29e12f6

Browse files
authored
Create .travis.yml
1 parent 6b11ed3 commit 29e12f6

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.travis.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# This config file for Travis CI utilizes ros-industrial/industrial_ci package.
2+
# For more info for the package, see https://github.com/ros-industrial/industrial_ci/blob/master/README.rst
3+
sudo: required
4+
dist: xenial
5+
services:
6+
- docker
7+
language: generic
8+
compiler:
9+
- clang
10+
notifications:
11+
email:
12+
recipients:
13+
- markusgft@gmail.com
14+
env:
15+
matrix:
16+
- ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu NOT_TEST_INSTALL=true
17+
- ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu NOT_TEST_INSTALL=true
18+
- ROS_DISTRO="kinetic" PRERELEASE=true
19+
matrix:
20+
allow_failures:
21+
- env: ROS_DISTRO="kinetic" PRERELEASE=true
22+
install:
23+
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
24+
script:
25+
- source .ci_config/travis.sh
26+
# - source ./travis.sh # Enable this when you have a package-local script

0 commit comments

Comments
 (0)