From 64158cf513b878f2d916ba265c75bc85d5a13186 Mon Sep 17 00:00:00 2001 From: yenatch Date: Sat, 30 Jun 2018 21:58:05 -0400 Subject: [PATCH] Run checkpatch in a separate build. --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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