mirror of
https://github.com/nodejs/node.git
synced 2024-11-22 07:37:56 +01:00
15 lines
158 B
YAML
15 lines
158 B
YAML
|
language: node_js
|
||
|
|
||
|
before_script:
|
||
|
- "./configure"
|
||
|
- "make"
|
||
|
|
||
|
script:
|
||
|
- "make test"
|
||
|
|
||
|
notifications:
|
||
|
email: false
|
||
|
irc:
|
||
|
- "irc.freenode.net#libuv"
|
||
|
|