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