ref: 458f79f44fcc63a1a2e32db775ce942c2337d103
dir: /.travis.yml/
language: c sudo: required install: - ./.travis-deps.sh - make - sudo make install os: - linux - osx compiler: - clang - gcc script: - ./.travis-checkpatch.sh - cd test - ./run-tests.sh