6 lines
131 B
YAML
6 lines
131 B
YAML
|
language: node_js
|
||
|
node_js:
|
||
|
- node
|
||
|
before_install:
|
||
|
- "curl -L http://git.io/ejPSng | /bin/sh"
|
||
|
after_success: 'npm run coveralls'
|