brenolf/polyjuice

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - '0.12'
  - '4.0'
before_install:
  - npm install -g istanbul jshint
after_success:
  - npm run coveralls