tunnckoCore/detect-installed

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
sudo: false
language: node_js

node_js:
  - "node"
  - "6"
  - "4"

notifications:
  email: false

after_success: npm run report-coverage