From 4bb4871a6dd806b3a1c2c4769abebae832497f00 Mon Sep 17 00:00:00 2001 From: rjwats Date: Wed, 26 Jun 2019 21:12:59 +0100 Subject: [PATCH] Update README.md Add travis-ci build tag to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0eca3f3..0cf9adc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ESP8266 React +[![Build Status](https://travis-ci.org/rjwats/esp8266-react.svg?branch=master)](https://travis-ci.org/rjwats/esp8266-react) + A simple, secure and extensible framework for IoT projects built on ESP8266/ESP32 platforms with responsive React front-end. Designed to work with the PlatformIO IDE with [limited setup](#getting-started). Please read below for setup, build and upload instructions.