Browse Source

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>
master
Patrick José Pereira 6 years ago committed by Peter Barker
parent
commit
cf595e4f40
  1. 2
      .travis.yml

2
.travis.yml

@ -69,7 +69,7 @@ matrix: @@ -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…
Cancel
Save