mirror of
https://github.com/godotengine/godot.git
synced 2025-10-15 02:49:24 +00:00
Travis: Update clang-format version in shell script
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
CLANG_FORMAT=clang-format-5.0
|
||||
CLANG_FORMAT=clang-format-6.0
|
||||
|
||||
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
|
||||
# Check the whole commit range against $TRAVIS_BRANCH, the base merge branch
|
||||
|
Reference in New Issue
Block a user