ref: e99a651165c104daae1dba4737e23f964a181ee8 dir: /.travis.yml/
language: c sudo: required install: - ./.travis-deps.sh - make - sudo make install os: - linux compiler: - clang - gcc script: - cd test - ./run-tests.sh