summaryrefslogtreecommitdiff
path: root/.travis/clang-format
AgeCommit message (Collapse)Author
2021-10-12Build system: remove references to travisFearlessTobi
Co-Authored-By: Vitor K <vitor-kiguchi@hotmail.com>
2020-08-02ci: Make use of clang-format 10.0Lioncash
10.0 seems to play nicer with C++ attributes compared to clang-format 6.0.
2018-10-24travis: Use pre-built image for clang-format targetCameron Cawley
2018-10-16travis: Ignore binary files when checking for trailing whitespaceCameron Cawley
2018-02-18Update build.shN00byKing
2018-02-16Use Docker for Build Target clang-format for travis.N00byKing
This uses the (apparently) more stable Ubuntu Repo instead of the LLVM one.
2018-01-20Travis: Update clang-format to 6.0James Rowe
2017-10-07travis: Split build scripts for different platformsMerryMage
This commit also separates clang-format from the linux build, closing #2702.