From 2df62558f1bc0dcef29ea79fa7ad78cd4797a065 Mon Sep 17 00:00:00 2001 From: Links Date: Tue, 6 Feb 2018 21:48:49 +0100 Subject: [PATCH] more verbose verify step --- travis/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/common.sh b/travis/common.sh index 10237bb..062ba05 100644 --- a/travis/common.sh +++ b/travis/common.sh @@ -13,7 +13,7 @@ function build_sketches() continue fi echo -e "\n\n ------------ Building $sketch ------------ \n\n"; - $arduino --verify $sketch; + $arduino --verify --verbose $sketch; local result=$? if [ $result -ne 0 ]; then echo "Build failed ($1)"