From 27ec766e6200912dfa99a601349f15c74c3a644b Mon Sep 17 00:00:00 2001 From: jgromes Date: Wed, 22 Apr 2020 15:59:21 +0200 Subject: [PATCH] Forcing build TRAVIS_FORCE_BUILD --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3ef815e6..be97ffec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ env: matrix: # see https://github.com/arduino/Arduino/blob/master/build/shared/manpage.adoc#options # and https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification#boardstxt - - BOARD="stm32duino:STM32F1:mapleMini:bootloader_version=original,cpu_speed=speed_72mhz" - BOARD="arduino:avr:uno" + - BOARD="stm32duino:STM32F1:mapleMini:bootloader_version=original,cpu_speed=speed_72mhz" - BOARD="arduino:avr:mega:cpu=atmega2560" - BOARD="arduino:avr:leonardo" - BOARD="esp8266:esp8266:generic:xtal=80,ResetMethod=ck,CrystalFreq=26,FlashFreq=40,FlashMode=qio,eesz=512K"