diff options
author | Ingo Bürk <admin@airblader.de> | 2020-04-08 08:41:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-08 08:41:57 +0200 |
commit | b13fd68e08cb3164fc099d2fac74e592e157b77e (patch) | |
tree | 265c5452237d77c3b2d37a354b8c66c073f17553 /.travis.yml | |
parent | 582432fcc69d0b37e1197d257434c6b1d2171645 (diff) | |
parent | d1165232ee01640da8804f9df5c551a78410ca74 (diff) |
Merge pull request #407 from Stunkymonkey/format_placeholder-tests
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 |