summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJames Rowe <jroweboy@gmail.com>2018-01-20 17:19:02 +0100
committerJames Rowe <jroweboy@gmail.com>2018-01-21 00:45:11 +0100
commit96f446ff653e0af38edb8c3e6d342c045e5bb8b1 (patch)
treed0d41537aef9e0446d0fcc6957bea929bdc85b5d /.travis.yml
parentTravis: Update clang-format to 6.0 (diff)
downloadyuzu-96f446ff653e0af38edb8c3e6d342c045e5bb8b1.tar
yuzu-96f446ff653e0af38edb8c3e6d342c045e5bb8b1.tar.gz
yuzu-96f446ff653e0af38edb8c3e6d342c045e5bb8b1.tar.bz2
yuzu-96f446ff653e0af38edb8c3e6d342c045e5bb8b1.tar.lz
yuzu-96f446ff653e0af38edb8c3e6d342c045e5bb8b1.tar.xz
yuzu-96f446ff653e0af38edb8c3e6d342c045e5bb8b1.tar.zst
yuzu-96f446ff653e0af38edb8c3e6d342c045e5bb8b1.zip
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2816a3f57..4f2b17465 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ matrix:
sources:
- sourceline: 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-6.0 main'
key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
+ - sourceline: 'deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu trusty main'
packages:
- clang-format-6.0
script: "./.travis/clang-format/script.sh"