LivePersonInc/chronosjs

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
   - "4.3.1"
addons:
  code_climate:
    repo_token: 68198ce4ffe932aa5f0718c4190bb0b888284de2a93b3a47f221d13d410bd4a0
after_script:
  - npm install -g codeclimate-test-reporter
  - codeclimate < test/coverage/reports/lcov.info
exclude_paths:
- "gruntfile.js"
- "build/*"