X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.travis.yml;h=05d1703e14dfa4000821528e1fd6459c7c45f712;hb=226cb229f702d02954e7ce77c995ab2158a2f869;hp=fc58769edf7161955829bed9434a7c1a0774b5ae;hpb=b0af4e4c8543d8cdfd8bc7cd68b760d9d66e927c;p=i3%2Fi3status diff --git a/.travis.yml b/.travis.yml index fc58769..05d1703 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,9 +17,9 @@ addons: # xmlto pulls in a2x which we need for generating manpages from asciidoc. - xmlto - libcap2-bin - - clang-format-3.5 + - clang-format-3.8 - libllvm3.5 script: - make -j - - clang-format-3.5 -i $(find . -name "*.[ch]" | tr '\n' ' ') && git diff --exit-code || (echo 'Code was not formatted using clang-format!'; false) - - ./travis/run-tests.pl + - 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