X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.travis.yml;h=71bc27954f4cc11c7a336556feb392a23445e0e9;hb=78c0a53c45428a9671c2d0c38dc5483f66465bf2;hp=fc58769edf7161955829bed9434a7c1a0774b5ae;hpb=b0af4e4c8543d8cdfd8bc7cd68b760d9d66e927c;p=i3%2Fi3status diff --git a/.travis.yml b/.travis.yml index fc58769..71bc279 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,4 @@ addons: 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 + - make test