summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2020-03-06 12:25:39 +1000
committerGitHub <noreply@github.com>2020-03-06 12:25:39 +1000
commitfc8ba79a51a980604b787dc479196ff289252902 (patch)
tree508612579c9a742cac6f598d94b6ae991aac2ae3 /.travis.yml
parent523d6747c3443322460fbedd65b502c25317f2dd (diff)
Remvoed the use of clang-format that does not actually block PRs or surface anything to developers #8188 (#8196)
* Remvoed the use of clang-format that does not actually block PRs or surface anything to developers * Reopen PR
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 4a06079daa..0ecfd7a315 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -103,10 +103,6 @@ jobs:
name: Run shellchecking on BASH
script: shellcheck --format=gcc $(find . -name '*.sh.in' -not -iwholename '*.git*')
- # Check if any of the C code deviates from our coding style
- - name: Check coding style
- script: .travis/clangformat.sh
-
# This falls under same stage defined earlier
- name: Run checksum checks on kickstart files
script: ./tests/installer/checksums.sh