language: c
script: make && make check
compiler:
  - clang
  - gcc
os:
  - linux
  - osx
sudo: false