We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86074c9 commit 2df6255Copy full SHA for 2df6255
travis/common.sh
@@ -13,7 +13,7 @@ function build_sketches()
13
continue
14
fi
15
echo -e "\n\n ------------ Building $sketch ------------ \n\n";
16
- $arduino --verify $sketch;
+ $arduino --verify --verbose $sketch;
17
local result=$?
18
if [ $result -ne 0 ]; then
19
echo "Build failed ($1)"
0 commit comments