Use Docker for Build Target clang-format for travis.

This uses the (apparently) more stable Ubuntu Repo instead of the LLVM one.
This commit is contained in:
N00byKing
2018-02-16 21:37:35 +01:00
parent 98ffad4303
commit 947831ff1e
4 changed files with 18 additions and 9 deletions

3
.travis/clang-format/deps.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh -ex
docker pull ubuntu:18.04