1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

Use folds to improve readability of Travis logs

This commit is contained in:
Ivan Grokhotkov
2016-03-13 01:56:21 +03:00
parent 324c41fd7f
commit d06549e86e
2 changed files with 9 additions and 3 deletions

View File

@ -72,9 +72,6 @@ function build_sketches()
print_size_info $build_dir/*.elf >>size.log
done
set -e
echo -e "\n ------------ Size report ------------ \n"
cat size.log
echo -e "\n ------------------------------------- \n"
}
function install_libraries()