|
|
@ -9,6 +9,7 @@ matrix: |
|
|
sources: |
|
|
sources: |
|
|
- sourceline: 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-6.0 main' |
|
|
- sourceline: 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-6.0 main' |
|
|
key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key' |
|
|
key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key' |
|
|
|
|
|
- sourceline: 'deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu trusty main' |
|
|
packages: |
|
|
packages: |
|
|
- clang-format-6.0 |
|
|
- clang-format-6.0 |
|
|
script: "./.travis/clang-format/script.sh" |
|
|
script: "./.travis/clang-format/script.sh" |
|
|
|