.travis.yml 193 B

1234567891011121314151617181920
  1. language: node_js
  2. node_js:
  3. - "0.12"
  4. - "4"
  5. - "5"
  6. branches:
  7. only:
  8. - master
  9. before_script:
  10. - "npm install"
  11. script:
  12. - "npm test"
  13. notifications:
  14. email:
  15. - ram@hiddentao.com