mirror of
https://github.com/clearlinux/clr-boot-manager.git
synced 2026-09-01 02:34:42 +00:00
Remove clang-format use from travis
clang-format changes its output too much between versions to block commits so go back to users being on their own for format following the style rules.
This commit is contained in:
committed by
William Douglas
parent
66f175587a
commit
b69f616cbe
@@ -25,7 +25,6 @@ addons:
|
||||
packages:
|
||||
- check
|
||||
- clang-3.8
|
||||
- clang-format-3.8
|
||||
- gcc-5
|
||||
- libblkid-dev
|
||||
- lcov
|
||||
@@ -42,7 +41,6 @@ script:
|
||||
- lcov --version | grep "1.10"
|
||||
- export CC="gcc-5"
|
||||
- ./configure --enable-coverage && make && make check && make distcheck && make check-valgrind
|
||||
- clang-format-3.8 -i $(find . -name '*.[ch]') && git diff --exit-code
|
||||
|
||||
after_success:
|
||||
- cd ${TRAVIS_BUILD_DIR}
|
||||
|
||||
Reference in New Issue
Block a user