ci: Install fixed version of clang-format for linters

This commit is contained in:
MarcoFalke 2020-06-27 11:43:49 -04:00
parent fa4695da4c
commit faca73000f
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@
export LC_ALL=C
travis_retry sudo apt update && sudo apt install -y clang-format-9
sudo update-alternatives --install /usr/bin/clang-format clang-format $(which clang-format-9 ) 100
sudo update-alternatives --install /usr/bin/clang-format-diff clang-format-diff $(which clang-format-diff-9) 100
travis_retry pip3 install codespell==1.17.1
travis_retry pip3 install flake8==3.8.3
travis_retry pip3 install yq