Skip to content

Commit

Permalink
Add initial Travis CI config. (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavanderhoorn authored Jan 27, 2020
1 parent 55b4fe6 commit 1280ba7
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
language: generic
services:
- docker

cache:
directories:
- $HOME/.ccache

git:
quiet: true

env:
global:
- CATKIN_LINT=true
- CCACHE_DIR=$HOME/.ccache
- ROS_REPO=ros
matrix:
- ROS_DISTRO="kinetic"
- ROS_DISTRO="melodic"

install:
- git clone --depth=1 -b master https://github.com/ros-industrial/industrial_ci.git .ci_config

script:
- .ci_config/travis.sh

0 comments on commit 1280ba7

Please sign in to comment.