verse/verse-javascript

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "0.10"
before_install:
  - npm install -g npm
  - npm install -g grunt-cli
  - npm install -g codeclimate-test-reporter
after_script:
  # Following system variable CODECLIMATE_REPO_TOKEN can be changed at Travis CI web site.
  - CODECLIMATE_REPO_TOKEN="${CODECLIMATE_REPO_TOKEN}" codeclimate < bin/coverage/lcov/lcov.info