Files
ihrm/node_modules/spdy/.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

14 lines
139 B
YAML
Executable File

sudo: false
language: node_js
node_js:
- "6"
- "8"
- "10"
script:
- npm run lint
- npm test
- npm run coverage