From fa7e4368f78b1c89961973792923e63f63b1554f Mon Sep 17 00:00:00 2001 From: Islamov A Date: Sun, 14 Jun 2020 16:12:23 +0500 Subject: [PATCH 1/2] check style only in specific folders --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f11bac7d..cea7ec7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ compiler: - clang - gcc script: - - run-clang-format/run-clang-format.py -r --clang-format-executable clang-format-9 --exclude ./run-clang-format . + - run-clang-format/run-clang-format.py -r --clang-format-executable clang-format-9 modules sources stress test third_party - cmake -DCMAKE_BUILD_TYPE=Release - make -j2 - cd test From 5cf86559ebe10c2e6c9024e215a5fbb01e09f020 Mon Sep 17 00:00:00 2001 From: Islamov A Date: Sun, 14 Jun 2020 16:17:12 +0500 Subject: [PATCH 2/2] trigger CI recheck