Skip to content

Commit 6ad9f4d

Browse files
authored
Create .travis.yml
1 parent 91d4452 commit 6ad9f4d

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.travis.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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+
4+
dist: trusty
5+
sudo: required
6+
services:
7+
- docker
8+
language: generic
9+
python:
10+
- "2.7"
11+
compiler:
12+
- gcc
13+
notifications:
14+
email:
15+
on_success: always
16+
on_failure: always
17+
recipients:
18+
19+
env:
20+
matrix:
21+
- ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu USE_DEB=true
22+
- ROS_DISTRO="kinetic" PRERELEASE=true PRERELEASE_DOWNSTREAM_DEPTH=0
23+
matrix:
24+
allow_failures:
25+
- env: ROS_DISTRO="kinetic" PRERELEASE=true PRERELEASE_DOWNSTREAM_DEPTH=0
26+
branches:
27+
only:
28+
- master
29+
- develop
30+
- kinetic-devel
31+
install:
32+
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
33+
script:
34+
- source .ci_config/travis.sh
35+

0 commit comments

Comments
 (0)