leonardodino/basic-crypto

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "node"
  - "7"
  - "6"
  - "5"
  - "4"
addons:
  code_climate:
    repo_token: 7a0207c7c0829fa719ced9a4099dc26cd4f63700434bd391e5ae598f39b0e0dd
after_success:
  - npm install -g codeclimate-test-reporter
  - codeclimate-test-reporter < lcov.info