language: c

sudo: false

compiler:
  - clang
  - gcc

script: make && make test

notifications:
  email: false
