From bc304a21a29fcab077d3c12a0a4bdfd645d3934f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 10 Dec 2016 18:01:19 +1100 Subject: [PATCH] travis: test build FMUv3 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 98555a90df..f10be8f177 100644 --- a/.travis.yml +++ b/.travis.yml @@ -75,6 +75,6 @@ matrix: fast_finish: true include: - compiler: "gcc" - env: CI_BUILD_TARGET="px4-v2 px4-v4" + env: CI_BUILD_TARGET="px4-v2 px4-v3 px4-v4" - compiler: "gcc" env: CI_BUILD_TARGET="sitltest"