Run checkpatch in a separate build.

This commit is contained in:
yenatch
2018-06-30 21:58:05 -04:00
parent a567365d7c
commit 64158cf513

View File

@@ -11,6 +11,9 @@ compiler:
- clang - clang
- gcc - gcc
script: script:
- ./.travis-checkpatch.sh - cd test && ./run-tests.sh
- cd test matrix:
- ./run-tests.sh include:
- env: _="checkpatch"
script:
- ./.travis-checkpatch.sh