travis: Add check for configs without MAINTAINERS entries
authorTom Rini <trini@konsulko.com>
Thu, 6 Dec 2018 21:39:43 +0000 (16:39 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 10 Dec 2018 22:21:36 +0000 (17:21 -0500)
commitee168783ae889cf449cee36cc1e51e108a210ed4
tree452dfc731aae6505fb195c72c239486a88f2155c
parentd94604d558cda9f89722c967d6f8d6269a2db21c
travis: Add check for configs without MAINTAINERS entries

The genboardscfg.py script will emit a WARNING message if we have new
defconfig files that are not listed in a MAINTAINERS file.  Make new
cases of this a failure we catch in Travis-CI.

Signed-off-by: Tom Rini <trini@konsulko.com>
.travis.yml