From 23cf60e47e8bbabfc356375d1a6b07b4407a5321 Mon Sep 17 00:00:00 2001 From: Michael du Breuil Date: Tue, 18 Jun 2019 15:19:31 -0700 Subject: [PATCH] Travis: Run CubeOrange bootloader to run a >2 MB bootloader --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9628dfd716..527065c74c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,7 +61,7 @@ matrix: include: - if: type != cron compiler: "gcc" - env: CI_BUILD_TARGET="revo-bootloader iofirmware stm32f7 stm32h7 fmuv2-plane" + env: CI_BUILD_TARGET="revo-bootloader CubeOrange-bootloader iofirmware stm32f7 stm32h7 fmuv2-plane" - if: type != cron compiler: "gcc" env: CI_BUILD_TARGET="sitltest-copter"