From c70282cb2379f66d6c2cffdc677218c664ec6d85 Mon Sep 17 00:00:00 2001 From: Michael du Breuil Date: Mon, 22 Jan 2018 17:40:41 -0700 Subject: [PATCH] Travis: Move a number of builds to Semaphore CI, split sitltest --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 955bd6674a..898c66d662 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,10 +77,10 @@ matrix: fast_finish: true include: - compiler: "gcc" - env: CI_BUILD_TARGET="sitl minlure linux navio2 bebop" + env: CI_BUILD_TARGET="px4-v2" - compiler: "gcc" - env: CI_BUILD_TARGET="px4-v2 px4-v4" + env: CI_BUILD_TARGET="px4-v4" - compiler: "gcc" - env: CI_BUILD_TARGET="fmuv3 px4-v3" + env: CI_BUILD_TARGET="sitltest-copter" - compiler: "gcc" - env: CI_BUILD_TARGET="sitltest" + env: CI_BUILD_TARGET="sitltest-quadplane sitltest-rover"