diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-08-31 16:51:30 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-08-31 16:51:30 +0300 |
commit | f79df64f55fd92c81688aa5b9f9ab009f0dc3d9d (patch) | |
tree | 7ff167a4495add81c1b3ec7b7422d569020aadfe /.travis.yml | |
parent | Travis: fix the clang-format job (diff) | |
download | winapi-debug-f79df64f55fd92c81688aa5b9f9ab009f0dc3d9d.tar.gz winapi-debug-f79df64f55fd92c81688aa5b9f9ab009f0dc3d9d.zip |
Travis: lint the config
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fc54994..1a5cb05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,6 @@ jobs: if: branch = master addons: apt: - update: true packages: - clang-format-9 script: ./cmake/tools/clang-format.py --clang-format clang-format-9 |