Travis: Use clang-format 8.0, update script
Cf. https://github.com/godotengine/godot/pull/36350
This commit is contained in:
@@ -19,10 +19,9 @@ matrix:
|
||||
env: TARGET=debug STATIC_CHECKS=yes
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- llvm-toolchain-xenial-6.0
|
||||
packages:
|
||||
[scons, pkg-config, build-essential, p7zip-full, clang-format-6.0]
|
||||
- clang-format-8
|
||||
- [scons, pkg-config, build-essential, p7zip-full]
|
||||
|
||||
- name: Linux Release
|
||||
os: linux
|
||||
@@ -30,7 +29,7 @@ matrix:
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
[scons, pkg-config, build-essential, p7zip-full]
|
||||
- [scons, pkg-config, build-essential, p7zip-full]
|
||||
env: TARGET=release
|
||||
|
||||
- name: macOS Debug
|
||||
|
||||
Reference in New Issue
Block a user