diff --git a/.travis.yml b/.travis.yml index f728932..2c2d332 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,20 +23,20 @@ before_install: - tar xf arduino-1.8.16-linux64.tar.xz - sudo mv arduino-1.8.16 /usr/local/share/arduino - sudo ln -s /usr/local/share/arduino/arduino /usr/local/bin/arduino - - wget https://github.com/me-no-dev/ESPAsyncWebServer/archive/master.zip + - wget --secure-protocol=TLSv1_2 https://github.com/me-no-dev/ESPAsyncWebServer/archive/master.zip - unzip master.zip - rm master.zip - sudo mv ESPAsyncWebServer-master /usr/local/share/arduino/libraries/ESPAsyncWebServer - - wget https://github.com/me-no-dev/AsyncTCP/archive/master.zip + - wget --secure-protocol=TLSv1_2 https://github.com/me-no-dev/AsyncTCP/archive/master.zip - unzip master.zip - rm master.zip - sudo mv AsyncTCP-master /usr/local/share/arduino/libraries/AsyncTCP - - wget https://github.com/me-no-dev/arduino-esp32fs-plugin/releases/download/1.0/ESP32FS-1.0.zip - - wget https://github.com/lewisxhe/AXP202X_Library/archive/refs/tags/V1.1.3.zip + - wget --secure-protocol=TLSv1_2 https://github.com/me-no-dev/arduino-esp32fs-plugin/releases/download/1.0/ESP32FS-1.0.zip + - wget --secure-protocol=TLSv1_2 https://github.com/lewisxhe/AXP202X_Library/archive/refs/tags/V1.1.3.zip - unzip V1.1.3.zip - sudo mv AXP202X_Library-1.1.3 /usr/local/share/arduino/libraries/ - - wget https://github.com/dx168b/async-mqtt-client/archive/master.zip + - wget --secure-protocol=TLSv1_2 https://github.com/dx168b/async-mqtt-client/archive/master.zip - unzip master.zip - rm master.zip - sudo mv async-mqtt-client-master /usr/local/share/arduino/libraries/