1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

Turn of '--verbose' option in Travis builds to place log size within limits

This commit is contained in:
Ivan Grokhotkov 2016-01-25 12:37:57 +03:00
parent 16c0f3f1d5
commit af18612a4c

View File

@ -12,7 +12,7 @@ function build_sketches()
continue
fi
echo -e "\n\n ------------ Building $sketch ------------ \n\n";
$arduino --verify --verbose $sketch;
$arduino --verify $sketch;
local result=$?
if [ $result -ne 0 ]; then
echo "Build failed ($1)"