Skip to content

Commit af18612

Browse files
committed
Turn of '--verbose' option in Travis builds to place log size within limits
1 parent 16c0f3f commit af18612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/common.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function build_sketches()
1212
continue
1313
fi
1414
echo -e "\n\n ------------ Building $sketch ------------ \n\n";
15-
$arduino --verify --verbose $sketch;
15+
$arduino --verify $sketch;
1616
local result=$?
1717
if [ $result -ne 0 ]; then
1818
echo "Build failed ($1)"

0 commit comments

Comments
 (0)