travis: fix typo

fix ci failure, this is taken from part of cefd30a086
This commit is contained in:
Jacob Walser 2020-09-21 19:40:59 +01:00
parent 2f5e020a39
commit 17bd32d3a1

View File

@ -71,10 +71,10 @@ matrix:
env: CI_BUILD_TARGET="sitltest-quadplane sitltest-plane" env: CI_BUILD_TARGET="sitltest-quadplane sitltest-plane"
- if: type != cron - if: type != cron
compiler: "clang-7" compiler: "clang-7"
env: CI_BUILD_TARGET="sitltest-rover sitltest-sub"" env: CI_BUILD_TARGET="sitltest-rover sitltest-sub"
- if: type != cron - if: type != cron
compiler: "clang-7" compiler: "clang-7"
env: CI_BUILD_TARGET="sitl"" env: CI_BUILD_TARGET="sitl"
- language: python - language: python
python: 3.7 python: 3.7
addons: # speedup: This test does not need addons addons: # speedup: This test does not need addons