From 2d6ce1535b561ac758c5f8ff6a8b96d97a19c11a Mon Sep 17 00:00:00 2001 From: sommersoft Date: Sat, 10 Mar 2018 09:43:07 -0600 Subject: [PATCH] updated README; added Travis badge --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 1444f9d..9ecd1f9 100644 --- a/README.rst +++ b/README.rst @@ -10,6 +10,10 @@ Adafruit CircuitPython DotStar :target: https://adafru.it/discord :alt: Discord +.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_DotStar.svg?branch=master + :target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_DotStar + :alt: Build Status + Higher level DotStar driver that presents the strip as a sequence. It is the same api as the `NeoPixel library `_.