summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIngo Bürk <admin@airblader.de>2020-04-08 08:41:57 +0200
committerGitHub <noreply@github.com>2020-04-08 08:41:57 +0200
commitb13fd68e08cb3164fc099d2fac74e592e157b77e (patch)
tree265c5452237d77c3b2d37a354b8c66c073f17553 /.travis.yml
parent582432fcc69d0b37e1197d257434c6b1d2171645 (diff)
parentd1165232ee01640da8804f9df5c551a78410ca74 (diff)
Merge pull request #407 from Stunkymonkey/format_placeholder-tests
format_placeholder percent tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
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