summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJames Rowe <jroweboy@gmail.com>2018-01-20 09:09:19 +0100
committerJames Rowe <jroweboy@gmail.com>2018-01-21 00:45:11 +0100
commit425b3923d23d1ba09293416d8cbe667952701ac1 (patch)
tree197200823396ef307993838b3951b7575534a1cc /.travis.yml
parentFormat: Run the new clang format on everything (diff)
downloadyuzu-425b3923d23d1ba09293416d8cbe667952701ac1.tar
yuzu-425b3923d23d1ba09293416d8cbe667952701ac1.tar.gz
yuzu-425b3923d23d1ba09293416d8cbe667952701ac1.tar.bz2
yuzu-425b3923d23d1ba09293416d8cbe667952701ac1.tar.lz
yuzu-425b3923d23d1ba09293416d8cbe667952701ac1.tar.xz
yuzu-425b3923d23d1ba09293416d8cbe667952701ac1.tar.zst
yuzu-425b3923d23d1ba09293416d8cbe667952701ac1.zip
Diffstat (limited to '')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f94a5c75e..2816a3f57 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,8 +6,11 @@ matrix:
dist: trusty
addons:
apt:
+ sources:
+ - sourceline: 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-6.0 main'
+ key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
packages:
- - clang-format-3.9
+ - clang-format-6.0
script: "./.travis/clang-format/script.sh"
- os: linux
env: NAME="linux build"