mirror of
https://github.com/nodejs/node.git
synced 2024-11-22 07:37:56 +01:00
9023b0b3a2
As discussed with @isaacs, build reports will be sent to #libuv IRC channel. E-mail notifications are turned off so that Travis doesn't bother committers about failures in forks.
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"
|
|
|