UNPKG

mongo-url-utils

Version:

url parser utilities for connecting with mongodb

17 lines (16 loc) 279 B
language: node_js node_js: - "node" - "lts/*" - "6" - "4" services: - mongodb before_script: - make build script: - make lint - make test - until nc -z localhost 27017; do echo Waiting for MongoDB; sleep 1; done; sleep 1 - make integration-test - make safe