.travis.yml 212 B

1234567891011121314
  1. language: node_js
  2. notifications:
  3. email:
  4. on_success: never
  5. on_failure: change
  6. node_js:
  7. - "0.11"
  8. - "0.12"
  9. - "iojs"
  10. after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"