https://git.reactos.org/?p=reactos.git;a=commitdiff;h=cdb6af05a7236ed45ee96…
commit cdb6af05a7236ed45ee96326a33511953469f529
Author: Thomas Faber <thomas.faber(a)reactos.org>
AuthorDate: Mon Feb 24 10:12:30 2020 +0100
Commit: Thomas Faber <thomas.faber(a)reactos.org>
CommitDate: Mon Feb 24 11:01:09 2020 +0100
[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/;