UNPKG

express-winston-2

Version:

Express.js middleware for flatiron/winston. Credits to express-winston

13 lines (11 loc) 226 B
language: node_js node_js: - "0.6" - "0.8" - "0.10" - "0.11" - "0.12" - "iojs" script: - "test $TRAVIS_NODE_VERSION = '0.6' || npm test" - "test $TRAVIS_NODE_VERSION != '0.6' || npm run-script test-coverage"