[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.
This commit is contained in:
Thomas Faber 2020-02-24 10:12:30 +01:00
parent d1ac13c64b
commit cdb6af05a7
No known key found for this signature in database
GPG Key ID: 076E7C3D44720826
1 changed files with 0 additions and 1 deletions

View File

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