We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6920c82 commit b00d7bfCopy full SHA for b00d7bf
.travis.yml
@@ -23,9 +23,9 @@ matrix:
23
addons:
24
apt:
25
sources:
26
- - llvm-toolchain-xenial-6.0
+ - llvm-toolchain-xenial-8
27
packages:
28
- - clang-format-6.0
+ - clang-format-8
29
30
- env: PLATFORM=x11 TOOLS=yes TARGET=debug CACHE_NAME=${PLATFORM}-tools-mono-gcc-8 MATRIX_EVAL="CC=gcc-8 && CXX=g++-8" EXTRA_ARGS="module_mono_enabled=yes mono_glue=no warnings=extra werror=yes"
31
os: linux
misc/travis/clang-format.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-CLANG_FORMAT=clang-format-6.0
+CLANG_FORMAT=clang-format-8
4
5
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
6
# Check the whole commit range against $TRAVIS_BRANCH, the base merge branch
0 commit comments