X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=.travis.yml;fp=.travis.yml;h=f595ab4804ad5d0974bfad57cdb0eedbc640df84;hp=c54c1f1ced881ab245ff5e44569c5c1a17fc9392;hb=6ab4848cc7399a786f74cac8969c1b3bf8d2b534;hpb=7c9c795c313ce3d85cfcc2add7e7d48fc2e0c638 diff --git a/.travis.yml b/.travis.yml index c54c1f1ce..f595ab480 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ ## Travis CI configuration +dist: trusty +sudo: false language: c branches: only: @@ -6,7 +8,7 @@ branches: - fever - master - travis -# Test with both gcc and clang: +# Test matrix: compiler: - gcc - clang