ref: 60050af186f994e65c8f6ba23184e2ee056a5eee 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