X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.travis.yml;h=fc58769edf7161955829bed9434a7c1a0774b5ae;hb=9c472405234789bec8ce522ecab025a208481fbe;hp=4fdfa5e4dc4c3399a6a789e3129030b2dff89329;hpb=83ab6e51c36f88d24fd3e55fd99a08756cc12fc9;p=i3%2Fi3status diff --git a/.travis.yml b/.travis.yml index 4fdfa5e..fc58769 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ +sudo: required +dist: trusty language: c compiler: - gcc @@ -5,10 +7,6 @@ compiler: addons: # See http://docs.travis-ci.com/user/apt/ apt: - sources: - - llvm-toolchain-precise-3.5 - # ubuntu-toolchain-r-test contains libstdc++6 >= 4.8 which libllvm3.5 needs. - - ubuntu-toolchain-r-test packages: - libconfuse-dev - libyajl-dev @@ -24,3 +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