From e1f43bb08228d71d981ddb7cb6d865b25b579648 Mon Sep 17 00:00:00 2001 From: Michael du Breuil Date: Tue, 10 Apr 2018 15:44:20 -0700 Subject: [PATCH] Travis: Resume testing plane as part of SITL --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ca0db238a6..f5ad85be3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -83,4 +83,4 @@ matrix: - compiler: "gcc" env: CI_BUILD_TARGET="sitltest-copter" - compiler: "gcc" - env: CI_BUILD_TARGET="sitltest-quadplane sitltest-rover" + env: CI_BUILD_TARGET="sitltest-quadplane sitltest-plane sitltest-rover"