Added Travis build status

This commit is contained in:
Jan Gromeš 2018-09-22 19:46:01 +02:00
parent 70d21c7405
commit 159c99fab5
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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!_