.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "4.2.4"
before_install:
  - pip install --user codecov
after_success:
  - codecov --file coverage/lcov.info --disable search