.travis.yml

Summary

Maintainability
Test Coverage
language: c

script:
  mkdir build && cd build && cmake .. && make

compiler:
  - clang
  - gcc