passport-digest
Version:
HTTP Basic and Digest authentication strategies for Passport.
30 lines (24 loc) • 441 B
YAML
language: "node_js"
node_js:
- "11"
- "10"
- "9"
- "8"
- "7"
- "6"
- "5"
- "4"
- "3" # io.js
- "2" # io.js
- "1" # io.js
- "0.12"
- "0.10"
# NOTE: `istanbul` and `coveralls` are pinned for compatibility with node 0.8.
before_install:
- "npm install -g istanbul@0.2.2"
- "npm install -g coveralls@2.11.4"
script:
- "NODE_PATH=lib make check"
after_success:
- "NODE_PATH=lib make report-cov"
sudo: false