6 Star 21 Fork 16

user_499098 / xmysql

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 298 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: node_js
node_js:
- '7.6.0'
- '8'
- '10'
- '12'
- 'node'
services:
- mysql
install:
- npm install
before_install:
- mysql -e 'CREATE DATABASE IF NOT EXISTS classicmodels;'
- mysql -u root --default-character-set=utf8 classicmodels < tests/sample.sql
script:
- npm test
JavaScript
1
https://gitee.com/yunwisdoms/xmysql.git
git@gitee.com:yunwisdoms/xmysql.git
yunwisdoms
xmysql
xmysql
master

搜索帮助