UNPKG

igo

Version:

Igo is a Node.js Web Framework based on Express

13 lines (12 loc) 196 B
language: node_js node_js: - 12 - 14 - 16 services: - redis-server - mysql before_install: - mysql -e 'CREATE DATABASE IF NOT EXISTS `test`;' before_script: - "npm install -g mocha"