ref: 898f75ce57e34c44ca1fbadd2a827e21e7fbc952 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