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 37e4c70 commit ba735a5Copy full SHA for ba735a5
.travis.yml
@@ -15,10 +15,10 @@ addons:
15
apt:
16
sources:
17
- ubuntu-toolchain-r-test
18
- - llvm-toolchain-xenial-9
+ - llvm-toolchain-xenial-8
19
packages:
20
- - clang-format-9
21
- - clang-9
+ - clang-format-8
+ - clang-8
22
- valgrind
23
matrix:
24
allow_failures:
.travis_scripts/run-clang-format.sh
@@ -1,4 +1,4 @@
1
#!/usr/bin/env bash
2
3
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
4
-python $DIR/run-clang-format.py --clang-format-executable clang-format-9 -r $DIR/../src/**/ $DIR/../include/**/
+python $DIR/run-clang-format.py -r $DIR/../src/**/ $DIR/../include/**/
0 commit comments