summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-12-06 21:34:40 +0100
committerRémi Verschelde <rverschelde@gmail.com>2017-12-07 08:02:00 +0100
commita8ceb7e3f213216e4fb103a6a8687d007632f788 (patch)
treecb1879680fb26e96b7c87994618da52914d9c66b /.travis.yml
parentd5ca9e2f6fa47b899fb28dc07cd321e1719b36de (diff)
downloadredot-engine-a8ceb7e3f213216e4fb103a6a8687d007632f788.tar.gz
Style: Update definitions for clang-format 5.0.0
This will be the new standard from now on.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index e10497ad7c..c11a21aeef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,7 +41,7 @@ addons:
apt:
sources:
- ubuntu-toolchain-r-test
- - llvm-toolchain-trusty-3.9
+ - llvm-toolchain-trusty-5.0
packages:
- build-essential
- scons
@@ -67,7 +67,7 @@ addons:
#- mingw-w64
# For style checks.
- - clang-format-3.9
+ - clang-format-5.0
install:
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$GODOT_TARGET" = "android" ]; then