lgaticaq/hubot-help-private

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "6"
  - "7"
notifications:
  email: false
after_success:
  - npm run coveralls
  - npm run codeclimate
cache: yarn