Skip to content

Commit 1280ba7

Browse files
Add initial Travis CI config. (#9)
1 parent 55b4fe6 commit 1280ba7

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.travis.yml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
language: generic
2+
services:
3+
- docker
4+
5+
cache:
6+
directories:
7+
- $HOME/.ccache
8+
9+
git:
10+
quiet: true
11+
12+
env:
13+
global:
14+
- CATKIN_LINT=true
15+
- CCACHE_DIR=$HOME/.ccache
16+
- ROS_REPO=ros
17+
matrix:
18+
- ROS_DISTRO="kinetic"
19+
- ROS_DISTRO="melodic"
20+
21+
install:
22+
- git clone --depth=1 -b master https://github.com/ros-industrial/industrial_ci.git .ci_config
23+
24+
script:
25+
- .ci_config/travis.sh

0 commit comments

Comments
 (0)