mirror of
https://github.com/rjNemo/federation
synced 2026-06-10 12:06:40 +00:00
7 lines
263 B
YAML
Executable file
7 lines
263 B
YAML
Executable file
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- "10"
|
|
- "12"
|
|
- "14"
|
|
after_script: NODE_ENV=test istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
|