From cbad84b1cd86a92a31338f46004514712140b471 Mon Sep 17 00:00:00 2001 From: "Kyle E. Mitchell" Date: Fri, 14 Sep 2018 10:13:43 -0700 Subject: [PATCH] Configure Travis CI to check licenses --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ac208f890799a..e8d50d060f19d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,3 +33,4 @@ install: - "node . install" script: - "node . run tap -- \"test/tap/*.js\" \"test/broken-under-nyc/*.js\"" + - "node . run license --production --errors-only"