UNPKG

fastify

Version:

Fast and low overhead web framework, for Node.js

20 lines (15 loc) 253 B
language: node_js node_js: - "11" - "10" - "9" - "8" - "6" script: - npm run lint && npm run coveralls -- -c && npm run typescript after_script: - ./tools/website.sh notifications: email: on_success: never on_failure: always