From 65581f1cdd88e9ae1b4f59f80fd3d6d9b4f4f962 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Fri, 21 Aug 2015 16:21:49 +1000 Subject: [PATCH] Add Travis build status icon to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1d1c456..100cb2d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A community developed open source [FreeRTOS](http://www.freertos.org/)-based fra Originally based on, but substantially different from, the [Espressif IOT RTOS SDK](https://github.com/espressif/esp_iot_rtos_sdk). +[![Build Status](https://travis-ci.org/SuperHouse/esp-open-rtos.svg?branch=master)](https://travis-ci.org/SuperHouse/esp-open-rtos) + ## Quick Start * Install [esp-open-sdk](https://github.com/pfalcon/esp-open-sdk/), build it with `make STANDALONE=n`, then edit your PATH and add the generated toolchain `bin` directory. (Despite the similar name esp-open-sdk has different maintainers - but we think it's fantastic!)