code-coast-momo-api
Version:
MTN Mobile Money API Client for NodeJS written in TypeScript
23 lines (18 loc) • 327 B
YAML
language: node_js
node_js: 10
install:
- npm ci
script:
- npm run lint
- npm run test
- cat ./coverage/lcov.info | npx coveralls
- npm run compile
deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release
on:
tags: false
repo: sparkplug/code-coast-momo-api
branch: master