mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
13 lines
132 B
YAML
13 lines
132 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- "4"
|
|
- "6"
|
|
- "7"
|
|
|
|
git:
|
|
depth: 1
|
|
|
|
notifications:
|
|
irc: "irc.freenode.org#socket.io"
|