mirror of https://github.com/lukechilds/node.git
Browse Source
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.v0.7.4-release
Maciej Małecki
13 years ago
committed by
isaacs
1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||
language: node_js |
|||
|
|||
before_script: |
|||
- "./configure" |
|||
- "make" |
|||
|
|||
script: |
|||
- "make test" |
|||
|
|||
notifications: |
|||
email: false |
|||
irc: |
|||
- "irc.freenode.net#libuv" |
|||
|
Loading…
Reference in new issue