From ffb384ebfc9acd5ba5f976ad9010bdd48e22994f Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Wed, 11 May 2016 11:54:15 -0400 Subject: [PATCH] Add Travis Badge to ReadMe --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index baebec0f21..cb7a87d91a 100644 --- a/README.md +++ b/README.md @@ -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