shithub: rgbds

Download patch

ref: 64158cf513b878f2d916ba265c75bc85d5a13186
parent: a567365d7c1766773867710d1142abc3d5794d68
author: yenatch <yenatch@gmail.com>
date: Sat Jun 30 17:58:05 EDT 2018

Run checkpatch in a separate build.

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