UNPKG

ng_universities

Version:

A package to retrieve the list of universities in Nigeria approved by the Nigerian University Commission (NUC)

9 lines (7 loc) 288 B
language: node_js node_js: - "stable" cache: directories: - node_modules after_script: NODE_ENV=test istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage