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