.travis.yml 255 B

1234567891011121314151617181920
  1. sudo: false
  2. language: node_js
  3. node_js:
  4. - "0.10"
  5. - "0.12"
  6. - "iojs-v1"
  7. - "iojs-v2"
  8. - "iojs-v3"
  9. - "4.0"
  10. - "4.1"
  11. script:
  12. - npm run test
  13. notifications:
  14. webhooks:
  15. on_success: change
  16. on_failure: always
  17. on_start: never
  18. email: false