From 4af0bbddee5ffd36580f3c1dc74f595e145f4657 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Thu, 26 May 2016 18:54:12 -0400 Subject: [PATCH] Add Travis Badge to ReadMe (#81) This provides a quick navigation link to our travis build. Additionally, it makes it so that the master build status can be confirmed quickly. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2edc0afed2..1c4cb75855 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # WPILib Project +[![Build Status](https://travis-ci.org/wpilibsuite/allwpilib.svg?branch=master)](https://travis-ci.org/wpilibsuite/allwpilib) + Welcome to the WPILib project. This repository contains the HAL, WPILibJ, and WPILibC projcts. These are the core libraries for creating robot programs for the roboRIO. - [WPILib Mission](#wpilib-mission)