From cdb6af05a7236ed45ee96326a33511953469f529 Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Mon, 24 Feb 2020 10:12:30 +0100 Subject: [PATCH] [TRAVIS] Disable code format checker in CI. The configuration is not final yet and we have a lot of files that don't follow the suggested style. At this point, having it active in CI means builds are essentially always red, and we miss actual compilation errors. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 01e6d118601..d80547d7242 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,6 @@ env: - CLFORMAT_BINARY=clang-format-9 jobs: - DO_BUILD=1 - - DO_CHECK=1 before_install: - ln -s /usr/share/clang/clang-format-9/clang-format-diff.py ./sdk/tools/;