.travis.yml 135 B

12345678910
  1. sudo: false
  2. language: node_js
  3. node_js:
  4. - "0.8"
  5. - "0.10"
  6. - "0.12"
  7. - "4.0.0"
  8. notifications:
  9. irc: "irc.freenode.org#socket.io"