ref: 0649e6d65f5cca368f86986ca970fd3557db167c
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