diff options
author | N00byKing <N00byKing@users.noreply.github.com> | 2018-02-18 01:01:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-18 01:01:24 +0100 |
commit | b36ce74d181eaf854bb42855c6de5beee37e1a1b (patch) | |
tree | ee4e34efa12078519ceb5352986555d213ebb13b /.travis | |
parent | 947831ff1e09fa1892e0e584dd57360ebf4e2f4d (diff) |
Update build.sh
Diffstat (limited to '.travis')
-rwxr-xr-x | .travis/clang-format/build.sh | 2 |
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 |