13 lines
154 B
YAML
13 lines
154 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
- "0.12"
|
|
- "4"
|
|
- "6"
|
|
|
|
notifications:
|
|
email:
|
|
- travis@nodejitsu.com
|
|
irc: "irc.freenode.org#nodejitsu"
|
|
|