.travis.yml 211 B

1234567891011121314
  1. language: node_js
  2. before_install:
  3. - curl --location http://git.io/1OcIZA | bash -s
  4. node_js:
  5. - 0.8
  6. - 0.10
  7. - 0.11
  8. branches:
  9. only:
  10. - master
  11. notifications:
  12. email:
  13. - rod@vagg.org
  14. script: npm test