lgaticaq/hubot-cementerio

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
---
language: node_js
node_js:
  - "8"
  - "9"
notifications:
  email: false
install:
  - npm install
  - npm install express@3.21.2
after_success:
  - npm i -g coveralls codeclimate-test-reporter
  - coveralls < coverage/lcov.info
  - codeclimate-test-reporter < coverage/lcov.info