X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3status;a=blobdiff_plain;f=.travis.yml;h=7ceaddffdf6c2ee646800712c109422d00e35948;hp=05d1703e14dfa4000821528e1fd6459c7c45f712;hb=HEAD;hpb=639a67f752874142b1c081345fd36610e9046103 diff --git a/.travis.yml b/.travis.yml index 05d1703..7ceaddf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,7 @@ addons: - clang-format-3.8 - libllvm3.5 script: - - make -j - clang-format-3.8 -i $(find . -name "*.[ch]" | tr '\n' ' ') && git diff --exit-code || (echo 'Code was not formatted using clang-format!'; false) - - make test + # TODO: re-enable sanitizers once issues are fixed + - autoreconf -fi && mkdir -p build && cd build && (../configure --disable-sanitizers || (cat config.log; false)) && make -j V=1 + - make -j check V=1 || (cat test-suite.log; false)