Travis removed incorrect comments
This commit is contained in:
parent
d571f9e28f
commit
724de75190
1 changed files with 0 additions and 2 deletions
|
@ -28,11 +28,9 @@ script:
|
||||||
- for d in */ ; do
|
- for d in */ ; do
|
||||||
arduino --verify --board $BOARD $PWD/${d%/}/${d%/}.ino;
|
arduino --verify --board $BOARD $PWD/${d%/}/${d%/}.ino;
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
# example build failed
|
|
||||||
echo -e "\033[0;31m${d%/} build failed";
|
echo -e "\033[0;31m${d%/} build failed";
|
||||||
exit 1;
|
exit 1;
|
||||||
else
|
else
|
||||||
# example build succeeded
|
|
||||||
echo -e "\033[0;32m${d%/} build passed";
|
echo -e "\033[0;32m${d%/} build passed";
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue