From 8bbb87de3f86b7f40c0c9b93dd73cf6b3b3c3246 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 7 Apr 2018 08:28:58 +1000 Subject: [PATCH] travis: build revo-mini we need at least one build without FATFS support, as it changes the build quite a lot --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 898c66d662..ca0db238a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -79,7 +79,7 @@ matrix: - compiler: "gcc" env: CI_BUILD_TARGET="px4-v2" - compiler: "gcc" - env: CI_BUILD_TARGET="px4-v4" + env: CI_BUILD_TARGET="px4-v4 revo-mini" - compiler: "gcc" env: CI_BUILD_TARGET="sitltest-copter" - compiler: "gcc"