UNPKG

trooba-hystrix-handler

Version:

The handler provides hystrix functionality to trooba request/response pipeline

13 lines (12 loc) 223 B
node_js: - "4" - "6" - "7" language: node_js install: - npm install - npm install -g codecov istanbul script: - npm test - istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --timeout 4s -R spec - codecov