Skip to content

Commit ba735a5

Browse files
committed
Roll back to version 8 since 9 is in test
1 parent 37e4c70 commit ba735a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ addons:
1515
apt:
1616
sources:
1717
- ubuntu-toolchain-r-test
18-
- llvm-toolchain-xenial-9
18+
- llvm-toolchain-xenial-8
1919
packages:
20-
- clang-format-9
21-
- clang-9
20+
- clang-format-8
21+
- clang-8
2222
- valgrind
2323
matrix:
2424
allow_failures:

.travis_scripts/run-clang-format.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22

33
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/**/
4+
python $DIR/run-clang-format.py -r $DIR/../src/**/ $DIR/../include/**/

0 commit comments

Comments
 (0)