language: c
os: osx
compiler:
- clang
- gcc
before_script:
- autoreconf -i
script:
- ./configure
- make