From 41e54351d4583437f64193f868873d3acbe48877 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 1 Apr 2017 06:22:16 +1100 Subject: [PATCH] Travis: added testing of FMUv1 build --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index f1a638d104..c4187cd63e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,6 +74,8 @@ env: matrix: fast_finish: true include: + - compiler: "gcc" + env: CI_BUILD_TARGET="px4-v1" - compiler: "gcc" env: CI_BUILD_TARGET="px4-v2" - compiler: "gcc"