From 6ea2a74c54e77e56d26c663840b6e7c08b7f17f6 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 15 Mar 2017 07:33:52 +1100 Subject: [PATCH] Travis: split build of v2/v4 into separate builds we are sometimes going past max time limit with the v2/v4 build --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 67a23eb32f..f1a638d104 100644 --- a/.travis.yml +++ b/.travis.yml @@ -75,8 +75,10 @@ matrix: fast_finish: true include: - compiler: "gcc" - env: CI_BUILD_TARGET="px4-v2 px4-v4" + env: CI_BUILD_TARGET="px4-v2" - compiler: "gcc" env: CI_BUILD_TARGET="px4-v3" + - compiler: "gcc" + env: CI_BUILD_TARGET="px4-v4" - compiler: "gcc" env: CI_BUILD_TARGET="sitltest"