mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-22 02:58:36 +00:00
18 lines
No EOL
205 B
YAML
18 lines
No EOL
205 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- '16'
|
|
- '14'
|
|
- '12'
|
|
- '10'
|
|
- '8'
|
|
- '6'
|
|
|
|
script:
|
|
- npm run eslint:strict
|
|
- npm run coverage
|
|
|
|
notifications:
|
|
email:
|
|
on_success: never
|
|
on_failure: always |