mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 23:16:30 +01:00
b3a7da1091
PR-URL: https://github.com/iojs/io.js/pull/1517 Reviewed-By: Brian White <mscdex@mscdex.net>
14 lines
132 B
YAML
14 lines
132 B
YAML
language: c
|
|
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
|
|
script:
|
|
- "make"
|
|
|
|
notifications:
|
|
email: false
|
|
irc:
|
|
- "irc.freenode.net#node-ci"
|