From cf595e4f405a570f09a478361cd60716d6bb5922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Tue, 26 Mar 2019 14:15:22 -0300 Subject: [PATCH] travis: Use clang-7 and not clang-5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fix c8f726151b898980d916b67540bf5749a7bf7c21 It was building by default with clang-5. Signed-off-by: Patrick José Pereira --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e2b06e848d..f4585ad128 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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