ref: a567365d7c1766773867710d1142abc3d5794d68
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