diff options
author | Felix Buehler <account@buehler.rocks> | 2020-04-07 23:06:37 +0200 |
---|---|---|
committer | Felix Buehler <account@buehler.rocks> | 2020-04-07 23:06:37 +0200 |
commit | d1165232ee01640da8804f9df5c551a78410ca74 (patch) | |
tree | 25814ab38972c998fc8e4c5e02c9d9487aed0e3c /.travis.yml | |
parent | e697a1f19fba6108a4aa62ea7d849d36acbcb033 (diff) |
format_placeholder percent tests
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 2dbb498..cd7487f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ addons: - libcap2-bin - clang-format-3.8 - libllvm3.5 + - pulseaudio script: - clang-format-3.8 -i $(find . -name "*.[ch]" | tr '\n' ' ') && git diff --exit-code || (echo 'Code was not formatted using clang-format!'; false) # TODO: re-enable sanitizers once issues are fixed |