diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-14 13:19:56 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-14 14:44:04 +0300 |
commit | b612776787cb1b841df8feb4c746e80b2e1f0fe0 (patch) | |
tree | 3080d62dd92c84b7204b79f2605f999adac24f90 /.travis.yml | |
parent | Travis: run clang-format on cmake/examples/ (diff) | |
download | cmake-common-b612776787cb1b841df8feb4c746e80b2e1f0fe0.tar.gz cmake-common-b612776787cb1b841df8feb4c746e80b2e1f0fe0.zip |
tools: replace clang-format.sh with clang-format.py
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 77a0669..3aaf42a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ jobs: include: - name: Run clang-format script: - - ./tools/clang-format/clang-format.sh --clang-format clang-format-9 --diff + - ./tools/clang-format.py --clang-format clang-format-9 - name: Simple CMake projects script: |