mirror of https://github.com/nodejs/node.git
10 lines
112 B
YAML
10 lines
112 B
YAML
|
language: node_js
|
||
|
|
||
|
script:
|
||
|
- "make test"
|
||
|
|
||
|
notifications:
|
||
|
email: false
|
||
|
irc:
|
||
|
- "irc.freenode.net#libuv"
|