DarkoKukovec/I18n-harmony

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "node"
install:
  - npm install
script:
  - gulp test
after_script:
  - npm install -g codeclimate-test-reporter
  - codeclimate-test-reporter < report/node/lcov.info