.travis.yml 146 B

12345678
  1. # Control file for continuous integration testing at http://travis-ci.org/
  2. language: c
  3. compiler:
  4. - clang
  5. - gcc
  6. script: make -e && make test