.travis.yml 200 B

123456789101112
  1. language: node_js
  2. node_js:
  3. - 0.10
  4. script:
  5. - grunt compile test
  6. notifications:
  7. email: false
  8. irc:
  9. channels:
  10. - "chat.freenode.net#select2"
  11. on_success: change
  12. on_failure: always