ref: 748943f6fc036e1f3c9912071338e0a7ad461466 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