mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-10 14:11:25 +00:00
9 lines
115 B
YAML
9 lines
115 B
YAML
language: node_js
|
|
node_js:
|
|
- v12
|
|
- v10
|
|
- v8
|
|
- v6
|
|
- v4
|
|
after_script: cat ./coverage/lcov.info | coveralls
|