LivePersonInc/circuit-breakerjs

View on GitHub
.travis.yml

Summary

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