view node_modules/socket.io/.travis.yml @ 101:52e44ee1c791 tip master

enabled all scores in autostart script
author Rob Canning <rc@kiben.net>
date Tue, 21 Apr 2015 16:20:57 +0100
parents 0ae87af84e2f
children
line wrap: on
line source
language: node_js
node_js:
  - "0.8"
  - "0.10"
  - "0.11"

matrix:
  fast_finish: true
  allow_failures:
    - node_js: "0.11"

notifications:
  irc: "irc.freenode.org#socket.io"