File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,6 @@ if [ $? -ne 0 ]; then echo -e "\xe2\x9c\x96 OR CACHED"; else echo -e """$GREEN""
98
98
echo -n " ESP8266: "
99
99
DEPENDENCY_OUTPUT=$( arduino --install-boards esp8266:esp8266 2>&1 )
100
100
if [ $? -ne 0 ]; then echo -e " \xe2\x9c\x96 OR CACHED" ; else echo -e " " " $GREEN " " \xe2\x9c\x93" ; fi
101
- chmod +x /home/travis/.arduino15/packages/esp8266/hardware/esp8266/2.5.0-beta1/tools/signing.py
102
101
103
102
echo -n " ADAFRUIT AVR: "
104
103
DEPENDENCY_OUTPUT=$( arduino --install-boards adafruit:avr 2>&1 )
@@ -308,7 +307,7 @@ function build_platform()
308
307
# we have to avoid reading the exit code of local:
309
308
# "when declaring a local variable in a function, the local acts as a command in its own right"
310
309
local build_stdout
311
- build_stdout=$( arduino --verify $example 2>&1 )
310
+ build_stdout=$( arduino --verbose -- verify $example 2>&1 )
312
311
313
312
# echo output if the build failed
314
313
if [ $? -ne 0 ]; then
You can’t perform that action at this time.
0 commit comments