From e81b6e1f17cd746afde60f92f6aaefcec5ebbcbf Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Mon, 7 Sep 2020 09:13:38 +1000 Subject: [PATCH] travis: shift tests around to avoid 50m limit on travis Recent additions to copter-tests2 mean we're running out of time there --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index dcfb084c30..50b0c2b61b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,16 +57,16 @@ matrix: include: - if: type != cron compiler: "gcc" - env: CI_BUILD_TARGET="revo-bootloader periph-build CubeOrange-bootloader navigator iofirmware stm32f7 stm32h7 fmuv2-plane sitltest-copter-tests2" + env: CI_BUILD_TARGET="sitltest-copter-tests2 sitltest-heli" - if: type != cron compiler: "gcc" env: CI_BUILD_TARGET="sitltest-copter-tests1" - if: type != cron compiler: "gcc" - env: CI_BUILD_TARGET="sitltest-quadplane sitltest-plane" + env: CI_BUILD_TARGET="sitltest-tracker sitltest-quadplane sitltest-plane" - if: type != cron compiler: "clang-7" env: CI_BUILD_TARGET="sitltest-rover sitltest-sub sitltest-balancebot" - if: type != cron compiler: "clang-7" - env: CI_BUILD_TARGET="unit-tests sitl sitltest-tracker sitltest-heli" + env: CI_BUILD_TARGET="revo-bootloader periph-build CubeOrange-bootloader navigator iofirmware stm32f7 stm32h7 fmuv2-plane unit-tests sitl"