Since some time testing for ESP8266 fails for me with the following debug output:
----------------------------- DEBUG OUTPUT -----------------------------
Picked up JAVA_TOOL_OPTIONS:
Set log4j store directory /home/travis/.arduino15
Loading configuration...
Initializing packages...
Preparing boards...
Verifying...
fork/exec /bin/xtensa-lx106-elf-g++: no such file or directory
------------------------------------------------------------------------
I didn't change anything in my .travis.yml.
But the error is always the same. Testing against ESP32 and nRF52 works fine.
Since some time testing for ESP8266 fails for me with the following debug output:
I didn't change anything in my .travis.yml. But the error is always the same. Testing against ESP32 and nRF52 works fine.
Anybody has an idea?