mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
7 lines
179 B
YAML
Executable File
7 lines
179 B
YAML
Executable File
language: node_js
|
|
node_js:
|
|
- '5'
|
|
script: npm run coverage
|
|
# Send coverage data to Coveralls
|
|
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
|