# Control file for continuous integration testing at http://travis-ci.org/ language: c compiler: - clang - gcc script: make -e && make test