mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
13 lines
164 B
YAML
13 lines
164 B
YAML
language: node_js
|
|
sudo: false
|
|
node_js:
|
|
- '8'
|
|
- '10'
|
|
notifications:
|
|
irc: "irc.freenode.org#socket.io"
|
|
git:
|
|
depth: 1
|
|
cache:
|
|
directories:
|
|
- node_modules
|