mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
16 lines
207 B
YAML
16 lines
207 B
YAML
language: node_js
|
|
node_js:
|
|
- 7
|
|
- 6
|
|
|
|
script:
|
|
- npm run codestyle
|
|
- npm run coverage && npm run report
|
|
|
|
notifications:
|
|
email:
|
|
on_success: never
|
|
on_failure: change
|
|
|
|
sudo: false
|
|
|