summaryrefslogtreecommitdiffstats
path: root/.travis/clang-format/build.sh
diff options
context:
space:
mode:
authorN00byKing <N00byKing@users.noreply.github.com>2018-02-18 01:01:24 +0100
committerGitHub <noreply@github.com>2018-02-18 01:01:24 +0100
commitb36ce74d181eaf854bb42855c6de5beee37e1a1b (patch)
treeee4e34efa12078519ceb5352986555d213ebb13b /.travis/clang-format/build.sh
parentUse Docker for Build Target clang-format for travis. (diff)
downloadyuzu-b36ce74d181eaf854bb42855c6de5beee37e1a1b.tar
yuzu-b36ce74d181eaf854bb42855c6de5beee37e1a1b.tar.gz
yuzu-b36ce74d181eaf854bb42855c6de5beee37e1a1b.tar.bz2
yuzu-b36ce74d181eaf854bb42855c6de5beee37e1a1b.tar.lz
yuzu-b36ce74d181eaf854bb42855c6de5beee37e1a1b.tar.xz
yuzu-b36ce74d181eaf854bb42855c6de5beee37e1a1b.tar.zst
yuzu-b36ce74d181eaf854bb42855c6de5beee37e1a1b.zip
Diffstat (limited to '.travis/clang-format/build.sh')
-rwxr-xr-x.travis/clang-format/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/clang-format/build.sh b/.travis/clang-format/build.sh
index ad8960950..3707be3c9 100755
--- a/.travis/clang-format/build.sh
+++ b/.travis/clang-format/build.sh
@@ -1,3 +1,3 @@
#!/bin/bash -ex
-docker run -v $(pwd):/yuzu ubuntu:18.04 /bin/bash /yuzu/.travis/clang-format/docker.sh
+docker run -v $(pwd):/yuzu ubuntu:18.04 /bin/bash -ex /yuzu/.travis/clang-format/docker.sh