diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-08-26 23:22:11 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-08-26 23:22:11 +0300 |
commit | edb6bb84c1c060fe312379d1557f39b80ef14501 (patch) | |
tree | 289edffd6574183c38d10e390e1f0210ea2d8f5a /.travis.yml | |
parent | update cmake-common (diff) | |
download | math-server-edb6bb84c1c060fe312379d1557f39b80ef14501.tar.gz math-server-edb6bb84c1c060fe312379d1557f39b80ef14501.zip |
Travis: clang-format-9 is available on Bionic
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index aee101a..163a334 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,9 +72,6 @@ jobs: apt: packages: - clang-format-9 - sources: - - sourceline: 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-9 main' - key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key' script: ./cmake/tools/clang-format.py --clang-format clang-format-9 - <<: *docker |