usb: host: replace xhci-keystone driver by the generic dwc3 driver
[oweals/u-boot.git] / .travis.yml
index ed07d817fa47cbfc352a73116eb60c8d1c24f72c..fe2dfce9bf3c8af1df93371727b9363f05b07c2b 100644 (file)
@@ -332,6 +332,10 @@ matrix:
     - name: "sloccount"
       script:
         - sloccount .
+    # ensure all configs have MAINTAINERS entries
+    - name: "Check for configs without MAINTAINERS entry"
+      script:
+        - if [ `./tools/genboardscfg.py -f 2>&1 | wc -l` -ne 0 ]; then exit 1; fi
 
     # test/py
     - name: "test/py sandbox"