ref: 85ece882689527ad8f73cf05637dfca2b3fcb048 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