annotate 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
rev   line source
rc-web@69 1 language: node_js
rc-web@69 2 node_js:
rob@76 3 - "0.8"
rob@76 4 - "0.10"
rob@76 5 - "0.11"
rob@76 6
rob@76 7 matrix:
rob@76 8 fast_finish: true
rob@76 9 allow_failures:
rob@76 10 - node_js: "0.11"
rc-web@69 11
rc-web@69 12 notifications:
rc-web@69 13 irc: "irc.freenode.org#socket.io"