Files
ihrm/node_modules/collect.js/.travis.yml
Nikhil Ravi Cybrosys e1794e7422 [UPDT]translations in the views (#4)
[UPDT]Translations in the views
[FIX]major bug fixes
2023-05-18 15:05:28 +05:30

18 lines
222 B
YAML
Executable File

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