ref: f2be601a137a145e7b56bb8c40768820d8cdd536
dir: /.travis.yml/
language: c sudo: required install: - ./.travis-deps.sh - make Q= - sudo make install Q= os: - linux - osx compiler: - clang - gcc script: - cd test && ./run-tests.sh matrix: include: - env: _="checkpatch" script: - ./.travis-checkpatch.sh