From 17bd32d3a1b58bbb9758a48f1c72bdc17178c194 Mon Sep 17 00:00:00 2001 From: Jacob Walser Date: Mon, 21 Sep 2020 19:40:59 +0100 Subject: [PATCH] travis: fix typo fix ci failure, this is taken from part of cefd30a0864aad39968934be26231330cf96b7fd --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5103a4a359..adbf596619 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,10 +71,10 @@ matrix: env: CI_BUILD_TARGET="sitltest-quadplane sitltest-plane" - if: type != cron compiler: "clang-7" - env: CI_BUILD_TARGET="sitltest-rover sitltest-sub"" + env: CI_BUILD_TARGET="sitltest-rover sitltest-sub" - if: type != cron compiler: "clang-7" - env: CI_BUILD_TARGET="sitl"" + env: CI_BUILD_TARGET="sitl" - language: python python: 3.7 addons: # speedup: This test does not need addons