fvanwijk/mox

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - 4.4
before_install:
  - npm install -g grunt-cli codeclimate-test-reporter
after_script:
  - codeclimate-test-reporter < test/coverage/**/lcov.info