Check code style as part of the CI tests

If checkpatch.pl detects any ERROR in the new patches, the Travis CI
build will fail.

Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
Antonio Niño Díaz
2018-04-02 23:40:19 +01:00
parent 4d13d57491
commit 0daec91683
2 changed files with 49 additions and 0 deletions

View File

@@ -10,5 +10,6 @@ compiler:
- clang
- gcc
script:
- ./.travis-checkpatch.sh
- cd test
- ./run-tests.sh