elevenetc/device-manager-back-end

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js: "6"
addons:
    code_climate:
        repo_token: 5c0ca8356a4c188911c4df2bf7a582b77878c50f4e0153daf7ad761dd0601301
after_success:
  - npm install -g codeclimate-test-reporter
  - istanbul cover ./node_modules/mocha/bin/_mocha
  - codeclimate-test-reporter < coverage/lcov.info