ref: 0e0e12a769f226c95d282c84134b3ac414f8d266 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