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