From 915535aacf0af5800f784ed8de541c7b33ef0ee8 Mon Sep 17 00:00:00 2001 From: Noah Laptop Date: Fri, 22 May 2020 09:10:44 -0700 Subject: [PATCH] unlock stm32 version --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index eff2d30..e794af6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ jobs: - name: "ESP32" env: CORE="esp32:esp32" BOARD="esp32:esp32:d32" - name: "STM32" - env: CORE="STM32:stm32@1.8.0" BOARD="STM32:stm32:Nucleo_144:pnum=NUCLEO_F767ZI" + env: CORE="STM32:stm32" BOARD="STM32:stm32:Nucleo_144:pnum=NUCLEO_F767ZI" script: - arduino-cli compile --warnings all --fqbn $BOARD $PWD/examples/stm32/EthernetHTTPSstm32 @@ -49,7 +49,7 @@ jobs: - stage: "Deploy" if: tag is present - env: CORE="arduino:samd esp32:esp32 STM32:stm32@1.8.0" + env: CORE="arduino:samd esp32:esp32 STM32:stm32" script: skip before_deploy: - mkdir tmp-bin