From a5edbb35d8d9443591b1fc2e002d1d049eb6b841 Mon Sep 17 00:00:00 2001 From: Luc Date: Tue, 8 Jan 2019 15:20:37 +0100 Subject: [PATCH] Update .travis.yml remove LEAmDNS which failed to compile but we do not use it --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6de0ee3a..f209bf9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,7 @@ before_script: - echo 'build.flash_mode=dio' >> platform.txt - echo 'build.f_cpu=160000000L' >> platform.txt - sed -i "s/generic.build.f_cpu=80000000L/generic.build.f_cpu=160000000L/g" ./boards.txt + - rm -fr "./libraries/ESP8266mDNS/src/LEA*.* - cd $HOME/arduino_ide/hardware - mkdir esp32 - cd esp32