From 947831ff1e09fa1892e0e584dd57360ebf4e2f4d Mon Sep 17 00:00:00 2001 From: N00byKing Date: Fri, 16 Feb 2018 21:37:35 +0100 Subject: Use Docker for Build Target clang-format for travis. This uses the (apparently) more stable Ubuntu Repo instead of the LLVM one. --- .travis/clang-format/deps.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .travis/clang-format/deps.sh (limited to '.travis/clang-format/deps.sh') diff --git a/.travis/clang-format/deps.sh b/.travis/clang-format/deps.sh new file mode 100755 index 000000000..540bb934a --- /dev/null +++ b/.travis/clang-format/deps.sh @@ -0,0 +1,3 @@ +#!/bin/sh -ex + +docker pull ubuntu:18.04 -- cgit v1.2.3