ref: 0727eb4374635401ffb12ac2175d841ae0a0f64c dir: /.travis.yml/
language: c sudo: required install: - ./.travis-deps.sh - make - sudo make install os: - linux compiler: - clang - gcc script: - ./test/run-tests.sh