From 724de75190824bd038f7e74aa8c0ce842e640c42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Grome=C5=A1?= Date: Sat, 22 Sep 2018 18:45:49 +0200 Subject: [PATCH] Travis removed incorrect comments --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 27330030..c3057333 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,11 +28,9 @@ script: - for d in */ ; do arduino --verify --board $BOARD $PWD/${d%/}/${d%/}.ino; if [ $? -ne 0 ]; then - # example build failed echo -e "\033[0;31m${d%/} build failed"; exit 1; else - # example build succeeded echo -e "\033[0;32m${d%/} build passed"; fi done