12 lines
156 B
YAML
12 lines
156 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- '0.10'
|
|
- '0.12'
|
|
- '4'
|
|
- '5'
|
|
- 'stable'
|
|
script: npm test
|
|
notifications:
|
|
email:
|
|
- saitejas464@gmail.com |