diff --git a/.travis.yml b/.travis.yml index 293e030c..4607e17b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,9 @@ compiler: - clang - gcc script: - - ./.travis-checkpatch.sh - - cd test - - ./run-tests.sh + - cd test && ./run-tests.sh +matrix: + include: + - env: _="checkpatch" + script: + - ./.travis-checkpatch.sh