language: c
matrix:
include:
- compiler: clang
os: linux
- compiler: gcc
script:
./autogen.sh
./configure
make -j 4 distcheck