UNPKG

resume-client-socket.io

Version:

Resume Client API for Socket.IO and Node.JS - Medical Speech to Summarized Text

24 lines (20 loc) 299 B
language: node_js cache: directories: - node_modules node_js: - 10 stages: - lint - test - name: test more if: branch = master jobs: include: - stage: lint script: yarn lint - stage: test script: yarn test - stage: test more node_js: 8 script: yarn test