Files
lnx-arch/dots/vscodium/sdras.night-owl-2.0.1-universal/demo/yml.yml

14 lines
186 B
YAML
Raw Normal View History

2024-05-15 07:15:59 -05:00
language: node_js
node_js:
- "6"
install:
- npm install
script:
- npm test
after_script:
- npm run coveralls
notifications:
email:
on_success: never
on_failure: always