adafruit/ci-arduino

ftp.stack.nl no longer exists as a download location

dhalbert opened this issue · 3 comments

https://github.com/adafruit/travis-ci-arduino/blob/master/doxy_gen_and_deploy.sh#L44

wget -q ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.13.linux.bin.tar.gz

now fails because ftp.stack.nl no longer exists.

this is fixed yeah?

Yes, fixed I was debugging the ESP8266 problems. Arduino libs without ESP8266 build fine in travis; if ESP8266 is included that part of the build still fails.