raphaelfjesus/i18n-js

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "4.1"
addons:
  code_climate:
    repo_token: $CODECLIMATE_REPO_TOKEN
script: npm run coverage
after_script:
  - codeclimate-test-reporter < ./coverage/lcov.info