From a9275cea22572607969a351d97ce524f6412813b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 6 Jan 2018 10:53:22 +1100 Subject: [PATCH] travis: added ChibiOS fmuv3 to build --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8faa84d9ea..8b3e84ba27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -84,3 +84,5 @@ matrix: env: CI_BUILD_TARGET="px4-v3" - compiler: "gcc" env: CI_BUILD_TARGET="sitltest" + - compiler: "gcc" + env: CI_BUILD_TARGET="fmuv3"