ref: 03ed9147147c5858a667eeea34e10e2e6a4358d9
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