Skip to content

Commit

Permalink
CI builds catkin packages
Browse files Browse the repository at this point in the history
  • Loading branch information
arturmiller committed Feb 1, 2019
1 parent 1073735 commit 7dd8419
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
language: python
dist: xenial
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
compiler:
- gcc
language: generic
services:
- docker
env:
matrix:
- ROS_DISTRO="kinetic"
before_install:
- sudo apt-get install -y protobuf-compiler
install:
- git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .industrial_ci
script:
- pytest
- .industrial_ci/travis.sh

0 comments on commit 7dd8419

Please sign in to comment.