Try to fix clang-format CI
This commit is contained in:
parent
fd5f71bcff
commit
4414d311c9
1 changed files with 2 additions and 3 deletions
|
@ -7,9 +7,8 @@ matrix:
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- sourceline: 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-6.0 main'
|
- llvm-toolchain-trusty-6.0
|
||||||
key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
|
- ubuntu-toolchain-r-test
|
||||||
- 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"
|
||||||
|
|
Loading…
Reference in a new issue