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

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