From 17016090e38cc44e58517129278c28dd7943b4cc Mon Sep 17 00:00:00 2001 From: Loïc Blot Date: Mon, 9 Oct 2017 11:32:06 +0200 Subject: Travis: Update clang from 4.0 to 5.0 (#6467) * Update clang from 4.0 to 5.0 --- util/travis/lint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/travis/lint.sh') diff --git a/util/travis/lint.sh b/util/travis/lint.sh index 555cf3ebe..1174ed257 100644 --- a/util/travis/lint.sh +++ b/util/travis/lint.sh @@ -1,8 +1,8 @@ #! /bin/bash function perform_lint() { echo "Performing LINT..." - if hash clang-format-4.0 2>/dev/null; then - CLANG_FORMAT=clang-format-4.0 + if hash clang-format-5.0 2>/dev/null; then + CLANG_FORMAT=clang-format-5.0 else CLANG_FORMAT=clang-format fi -- cgit v1.2.3