Files
socket.io/.travis.yml
Guillermo Rauch f1f5b621f0 Merge pull request #326 from shinnn/container-based-build
Use container-based infrastructure for faster build
2015-11-16 13:50:44 -08:00

10 lines
125 B
YAML

sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "4.0.0"
notifications:
irc: "irc.freenode.org#socket.io"