ref: 5a4bbe4985fe9d73eafabd78a6a305aff8cff1dd 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