feedm3/hypem-resolver

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "0.12"
  - "4.0"
  - "5.0"
before_install:
  - npm install -g codeclimate-test-reporter
after_script:
  - codeclimate-test-reporter < coverage/lcov.info
notifications:
  email:
    on_success: never