Travis added newlines

pull/13/head
Jan Gromeš 2018-09-23 14:16:44 +02:00
rodzic 8f4dfd93d1
commit 6b33347145
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -19,7 +19,7 @@ script:
# build all example sketches
- cd examples
- for d in */ ; do
echo -e "\033[1;33mBuilding ${d%/} ... \033[0m\n";
echo -e "\n\033[1;33mBuilding ${d%/} ... \033[0m";
arduino --verify --board $BOARD $PWD/${d%/}/${d%/}.ino;
if [ $? -ne 0 ]; then
echo -e "\033[1;31m${d%/} build FAILED\033[0m\n";