ref: 33c984e456fe1069beb4e2269dd38c92b291a24e
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