ref: 8f287eeef94454eafe411a168f53bc5f606bab02
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