aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-14 13:21:27 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-14 14:44:46 +0300
commit98881392bcfa51c0b7f6c0dcaa96026b59e87f9c (patch)
treecfa3e047d8f1fe647b66e4309439aa0a5c3006fb /.travis.yml
parentTravis: only install clang-format when needed (diff)
downloadmath-server-98881392bcfa51c0b7f6c0dcaa96026b59e87f9c.tar.gz
math-server-98881392bcfa51c0b7f6c0dcaa96026b59e87f9c.zip
use clang-format.py instead of clang-format.sh
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 797eb4f..02d7099 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,7 +58,7 @@ jobs:
before_script:
- true
script:
- - ./cmake/tools/clang-format/clang-format.sh --clang-format clang-format-9 --diff
+ - ./cmake/tools/clang-format.py --clang-format clang-format-9
- name: Build Docker images
language: minimal
# Don't install the unnecessary dependencies: