We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4695d commit faca730Copy full SHA for faca730
ci/lint/04_install.sh
@@ -6,6 +6,10 @@
6
7
export LC_ALL=C
8
9
+travis_retry sudo apt update && sudo apt install -y clang-format-9
10
+sudo update-alternatives --install /usr/bin/clang-format clang-format $(which clang-format-9 ) 100
11
+sudo update-alternatives --install /usr/bin/clang-format-diff clang-format-diff $(which clang-format-diff-9) 100
12
+
13
travis_retry pip3 install codespell==1.17.1
14
travis_retry pip3 install flake8==3.8.3
15
travis_retry pip3 install yq
0 commit comments