ref: 6d9399e3a047a82b84f43d3ab5a2c51c30a5c4cf
dir: /.travis.yml/
language: c
sudo: required
install:
- ./.travis-deps.sh
- make Q=
- sudo make install Q=
os:
- linux
- osx
compiler:
- clang
- gcc
script:
- cd test && ./run-tests.sh
matrix:
include:
- env: _="checkpatch"
script:
- ./.travis-checkpatch.sh