.travis.yml 270 B

123456789101112131415161718192021
  1. sudo: false
  2. before_install:
  3. - npm install -g npm@'>=1.4.3'
  4. language: node_js
  5. node_js:
  6. - "0.8"
  7. - "0.10"
  8. - "0.12"
  9. - "4"
  10. git:
  11. depth: 1
  12. #matrix:
  13. #fast_finish: true
  14. #allow_failures:
  15. #- node_js: "0.11"
  16. notifications:
  17. irc: "irc.freenode.org#socket.io"