Update .travis.yml

remove adding webserver library for ESP32 as now part of git
This commit is contained in:
Luc 2018-07-04 17:25:47 +02:00 committed by GitHub
parent 214a6c3fd5
commit d997f013bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,6 @@ before_script:
- python get.py
- cd ..
- echo 'build.flash_freq=40m' >> platform.txt
- mv $TRAVIS_BUILD_DIR/libraries/WebServer $HOME/arduino_ide/hardware/esp32/esp32/libraries/
script: