From a759286330fbf3fcbf2c83957ba44b047b856b1f Mon Sep 17 00:00:00 2001 From: David Cheung Date: Thu, 1 Dec 2016 11:34:50 -0500 Subject: [PATCH] Opt-out downstream builds that are unstable repos that are opting out are not a good indicator of stability of this module, and are failing --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 794548a3..2c1e4c66 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,11 @@ }, "config": { "ci": { - "debug": "*,-mocha:*,-eslint:*" + "debug": "*,-mocha:*,-eslint:*", + "downstreamIgnoreList" : [ + "dashboard-controller", + "gateway-director-management-interface" + ] } }, "license": "MIT"