mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
travis: Use clang-7 and not clang-5
This fix c8f726151b
It was building by default with clang-5.
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
parent
c1c71fec23
commit
cf595e4f40
@ -69,7 +69,7 @@ matrix:
|
||||
compiler: "gcc"
|
||||
env: CI_BUILD_TARGET="sitltest-quadplane sitltest-plane"
|
||||
- if: type != cron
|
||||
compiler: "clang"
|
||||
compiler: "clang-7"
|
||||
env: CI_BUILD_TARGET="sitltest-rover sitltest-sub""
|
||||
- language: python
|
||||
python: 3.7
|
||||
|
Loading…
Reference in New Issue
Block a user