You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
178 B
YAML
9 lines
178 B
YAML
2 years ago
|
node_js:
|
||
|
- "4.0"
|
||
|
- "0.12"
|
||
|
- "0.11"
|
||
|
- "0.10"
|
||
|
language: node_js
|
||
|
script: "npm test && npm run cover"
|
||
|
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
|