Skip to content

Commit

Permalink
Turn of '--verbose' option in Travis builds to place log size within …
Browse files Browse the repository at this point in the history
…limits
  • Loading branch information
igrr committed Jan 26, 2016
1 parent 16c0f3f commit af18612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit af18612

Please sign in to comment.