Travis: Update clang-format to version 8.0

This commit is contained in:
Rémi Verschelde 2019-05-20 13:52:34 +02:00
parent 6920c82742
commit b00d7bfc3f
2 changed files with 3 additions and 3 deletions

View file

@ -23,9 +23,9 @@ matrix:
addons:
apt:
sources:
- llvm-toolchain-xenial-6.0
- llvm-toolchain-xenial-8
packages:
- clang-format-6.0
- clang-format-8
- 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"
os: linux

View file

@ -1,6 +1,6 @@
#!/bin/sh
CLANG_FORMAT=clang-format-6.0
CLANG_FORMAT=clang-format-8
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
# Check the whole commit range against $TRAVIS_BRANCH, the base merge branch