passport-next/oauth2orize

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: "node_js"
node_js:
  - "10"
  - "8"
  - "6"

before_install:
  - "npm install make-node@0.3.x -g"
  - "preinstall-compat"

script:
  - "make test-cov"

after_success:
  - "make report-cov"