sformisano/get-files-matching-glob

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "node"
install:
  - npm install --no-save nyc coveralls
script:
  - nyc npm test
after_script:
  - nyc report --reporter=text-lcov | coveralls