mirror of
https://github.com/nodejs/node.git
synced 2024-11-25 08:19:38 +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"
|
||
|
|