14 lines
157 B
YAML
14 lines
157 B
YAML
|
language: node_js
|
||
|
node_js:
|
||
|
- 0.10
|
||
|
|
||
|
script: npm run test-coveralls
|
||
|
|
||
|
notifications:
|
||
|
email:
|
||
|
- craig.j.condon@gmail.com
|
||
|
|
||
|
branches:
|
||
|
only:
|
||
|
- master
|