ref: 3cb56c5a2e6265a1da4e4ac542c48cfacb0226b5
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