Merge pull request #3000 from strongloop/opt-out-broken-downstream-2.x

Opt-out downstream builds that are unstable
This commit is contained in:
David Cheung 2016-12-06 14:08:48 -05:00 committed by GitHub
commit 956f035482
1 changed files with 5 additions and 1 deletions

View File

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