Skip to content

Commit 0bc0677

Browse files
committed
Add CI
1 parent 522c3cd commit 0bc0677

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: rust
2+
3+
rust:
4+
- stable
5+
- beta
6+
- nightly
7+
8+
cache: cargo

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# rcgenmsg
2+
3+
[![Build Status](https://travis-ci.org/CoreRC/rcgenmsg.svg?branch=master)](https://travis-ci.org/CoreRC/rcgenmsg)
4+
5+
The message definition transpiler for ROS.
6+
7+
# LICENSE
8+
9+
MIT/Apache 2.0

0 commit comments

Comments
 (0)