From 4348fd56606944cadd5c39271c398909e0f63821 Mon Sep 17 00:00:00 2001 From: Sudar Date: Wed, 10 Sep 2014 11:18:29 +0530 Subject: [PATCH] Add the built status button --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b24604..b929f6c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# A Makefile for Arduino Sketches +# A Makefile for Arduino Sketches [![Build Status](https://travis-ci.org/sudar/Arduino-Makefile.svg)](https://travis-ci.org/sudar/Arduino-Makefile) This is a very simple Makefile which knows how to build Arduino sketches. It defines entire workflows for compiling code, flashing it to Arduino and even communicating through Serial monitor. You don't need to change anything in the Arduino sketches.