From 159c99fab5b32068fa907d5a0074b80c2effb029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Grome=C5=A1?= Date: Sat, 22 Sep 2018 19:46:01 +0200 Subject: [PATCH] Added Travis build status --- .travis.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 42a2c97e..32c1bf45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,9 +27,9 @@ script: echo -e "\033[1;33mBuilding ${d%/} ... \n" arduino --verify --board $BOARD $PWD/${d%/}/${d%/}.ino; if [ $? -ne 0 ]; then - echo -e "\033[0;31m${d%/} build FAILED\n"; + echo -e "\033[1;31m${d%/} build FAILED\n"; exit 1; else - echo -e "\033[0;32m${d%/} build PASSED\n"; + echo -e "\033[1;32m${d%/} build PASSED\n"; fi done diff --git a/README.md b/README.md index 0b404daa..2c1f1833 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# KiteLib +# KiteLib [![Build Status](https://travis-ci.org/jgromes/KiteLib.svg?branch=master)](https://travis-ci.org/jgromes/KiteLib) ### _One library to rule them all!_