Add Travis Badge to ReadMe

This commit is contained in:
Jonathan Leitschuh
2016-05-11 11:54:15 -04:00
parent 95098c5496
commit ffb384ebfc

View File

@@ -1,5 +1,7 @@
# ntcore
[![Build Status](https://travis-ci.org/wpilibsuite/ntcore.svg?branch=master)](https://travis-ci.org/wpilibsuite/ntcore)
ntcore is the reimplementation of the NetworkTables protocol for both Java and C++, communicating with the former by way of a JNI interface. ntcore implements v3 of the NetworkTables spec.
## Build Requirements