aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-09-10 11:18:29 +0530
committerSudar <sudar@sudarmuthu.com>2014-09-10 11:18:29 +0530
commit4348fd56606944cadd5c39271c398909e0f63821 (patch)
tree03220c8fcfa4fa723c90f32ef4c1cfb8149298d9
parent35ed0dd3af973efdb90ba6dfb8ccbda12ad22dc7 (diff)
Add the built status button
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.