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:
Patrick José Pereira 2019-03-26 14:15:22 -03:00 committed by Peter Barker
parent c1c71fec23
commit cf595e4f40

View File

@ -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