X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3status;a=blobdiff_plain;f=.travis.yml;h=71bc27954f4cc11c7a336556feb392a23445e0e9;hp=fc58769edf7161955829bed9434a7c1a0774b5ae;hb=adc9348e80cd0e0b1b5614433e33d1ff63e0e19d;hpb=bc29d468ca20ce84c3753d83116348d977604822 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