summaryrefslogtreecommitdiffstats
path: root/.travis/clang-format/deps.sh
diff options
context:
space:
mode:
authorN00byKing <N00byKing@hotmail.de>2018-02-16 21:37:35 +0100
committerN00byKing <N00byKing@hotmail.de>2018-02-16 22:21:31 +0100
commit947831ff1e09fa1892e0e584dd57360ebf4e2f4d (patch)
tree9b2b09f53e471e3aa0f5ed4a2cda08f491f65e88 /.travis/clang-format/deps.sh
parentMerge pull request #195 from bunnei/shared-font (diff)
downloadyuzu-947831ff1e09fa1892e0e584dd57360ebf4e2f4d.tar
yuzu-947831ff1e09fa1892e0e584dd57360ebf4e2f4d.tar.gz
yuzu-947831ff1e09fa1892e0e584dd57360ebf4e2f4d.tar.bz2
yuzu-947831ff1e09fa1892e0e584dd57360ebf4e2f4d.tar.lz
yuzu-947831ff1e09fa1892e0e584dd57360ebf4e2f4d.tar.xz
yuzu-947831ff1e09fa1892e0e584dd57360ebf4e2f4d.tar.zst
yuzu-947831ff1e09fa1892e0e584dd57360ebf4e2f4d.zip
Diffstat (limited to '')
-rwxr-xr-x.travis/clang-format/deps.sh3
1 files changed, 3 insertions, 0 deletions
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