blob: 7124426c2610e95f6f88f9b175a8ad475ec085b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
language: node_js
node_js:
- "0.10"
- "0.12"
- iojs
install: (cd nodejs && npm install)
script:
- (cd nodejs && npm test)
notifications:
email:
on_success: change
on_failure: change
|