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