diff options
| author | Rémi Verschelde | 2017-12-06 21:34:40 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-12-07 08:02:00 +0100 |
| commit | a8ceb7e3f213216e4fb103a6a8687d007632f788 (patch) | |
| tree | cb1879680fb26e96b7c87994618da52914d9c66b /misc | |
| parent | d5ca9e2f6fa47b899fb28dc07cd321e1719b36de (diff) | |
| download | godot-a8ceb7e3f213216e4fb103a6a8687d007632f788.tar.gz godot-a8ceb7e3f213216e4fb103a6a8687d007632f788.tar.zst godot-a8ceb7e3f213216e4fb103a6a8687d007632f788.zip | |
Diffstat (limited to 'misc')
| -rwxr-xr-x | misc/travis/clang-format.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/travis/clang-format.sh b/misc/travis/clang-format.sh index 741d3bff1..2b30cf5ad 100755 --- a/misc/travis/clang-format.sh +++ b/misc/travis/clang-format.sh @@ -1,6 +1,6 @@ #!/bin/sh -CLANG_FORMAT=clang-format-3.9 +CLANG_FORMAT=clang-format-5.0 if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then # Check the whole commit range against $TRAVIS_BRANCH, the base merge branch |
