From f3ee9fe9bde405b25b09d990fb61bd4d84120f48 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 10 Dec 2016 21:03:39 +1100 Subject: [PATCH] travis: split up jobs to keep below time limit --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f10be8f177..67a23eb32f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -75,6 +75,8 @@ matrix: fast_finish: true include: - compiler: "gcc" - env: CI_BUILD_TARGET="px4-v2 px4-v3 px4-v4" + env: CI_BUILD_TARGET="px4-v2 px4-v4" + - compiler: "gcc" + env: CI_BUILD_TARGET="px4-v3" - compiler: "gcc" env: CI_BUILD_TARGET="sitltest"