ui
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
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
|
||||
Reference in New Issue
Block a user