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
This commit is contained in:
David Cheung 2016-12-01 11:34:50 -05:00
parent 1fa785f66f
commit a759286330
1 changed files with 5 additions and 1 deletions

View File

@ -110,7 +110,11 @@
}, },
"config": { "config": {
"ci": { "ci": {
"debug": "*,-mocha:*,-eslint:*" "debug": "*,-mocha:*,-eslint:*",
"downstreamIgnoreList" : [
"dashboard-controller",
"gateway-director-management-interface"
]
} }
}, },
"license": "MIT" "license": "MIT"