Skip to content

Commit b00d7bf

Browse files
committedMay 20, 2019
Travis: Update clang-format to version 8.0
1 parent 6920c82 commit b00d7bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ matrix:
2323
addons:
2424
apt:
2525
sources:
26-
- llvm-toolchain-xenial-6.0
26+
- llvm-toolchain-xenial-8
2727
packages:
28-
- clang-format-6.0
28+
- clang-format-8
2929

3030
- 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"
3131
os: linux

‎misc/travis/clang-format.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
CLANG_FORMAT=clang-format-6.0
3+
CLANG_FORMAT=clang-format-8
44

55
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
66
# Check the whole commit range against $TRAVIS_BRANCH, the base merge branch

0 commit comments

Comments
 (0)
Please sign in to comment.