From 8bffe27bf67f868be0c61601645165c1569fa62a Mon Sep 17 00:00:00 2001 From: Jacob Perron Date: Tue, 2 Feb 2016 22:40:10 -0800 Subject: [PATCH] Added build badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43af84c..f7ef2cc 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,6 @@ C++ library for interfacing with iRobot's [Create 2](http://www.irobot.com/About See source for examples. -Example compile line: `g++ create_demo.cpp -lcreate -lboost_system -lboost_thread` \ No newline at end of file +Example compile line: `g++ create_demo.cpp -lcreate -lboost_system -lboost_thread` + +![Build Status](https://api.travis-ci.org/AutonomyLab/libcreate.svg?branch=master)