ref: 1af5343e297105f3b033eb1eb5d45e421a765581 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