diff options
| -rw-r--r-- | .travis.yml | 1 |
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: | |||
| 9 | sources: | 9 | sources: |
| 10 | - sourceline: 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-6.0 main' | 10 | - sourceline: 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-6.0 main' |
| 11 | key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key' | 11 | key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key' |
| 12 | - sourceline: 'deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu trusty main' | ||
| 12 | packages: | 13 | packages: |
| 13 | - clang-format-6.0 | 14 | - clang-format-6.0 |
| 14 | script: "./.travis/clang-format/script.sh" | 15 | script: "./.travis/clang-format/script.sh" |