Askrround/botly

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
   - "4.4.3"
before_install: npm install -g grunt-cli
after_script:
  - npm install -g codeclimate-test-reporter
  - codeclimate-test-reporter < test/coverage/reports/lcov.info
exclude_paths:
- "Gruntfile.js"
- "build/*"