From 7d33059c20d31cf298ac6e87d1e5c69377bbd9e6 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Wed, 11 May 2016 18:47:39 -0400 Subject: [PATCH] Add appveyor badge to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb7a87d91a..fd44785e5a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # ntcore -[![Build Status](https://travis-ci.org/wpilibsuite/ntcore.svg?branch=master)](https://travis-ci.org/wpilibsuite/ntcore) +[![Travis CI Build Status](https://travis-ci.org/wpilibsuite/ntcore.svg?branch=master)](https://travis-ci.org/wpilibsuite/ntcore) +[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/j6k1apuix04m41ch?svg=true)](https://ci.appveyor.com/project/frcjenkins/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.