8000 more verbose verify step · PorterK/arduinoWebSockets@2df6255 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2df6255

Browse files
committed
more verbose verify step
1 parent 86074c9 commit 2df6255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function build_sketches()
1313
continue
1414
fi
1515
echo -e "\n\n ------------ Building $sketch ------------ \n\n";
16-
$arduino --verify $sketch;
16+
$arduino --verify --verbose $sketch;
1717
local result=$?
1818
if [ $result -ne 0 ]; then
1919
echo "Build failed ($1)"

0 commit comments

Comments
 (0)
0