ref: 885e8ea24aa8a5444da0ff268b792f260ab83cff 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