UNPKG
think-model-mysql2
Version:
latest (2.0.0)
2.0.0
Mysql adapter for ThinkJS 3.x
github.com/thinkjs/think-model-mysql2
thinkjs/think-model-mysql2
think-model-mysql2
/
.travis.yml
9 lines
(8 loc)
•
204 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
language:
node_js
node_js:
-
'8'
sudo:
false
script:
-
"npm test"
after_success:
-
'npm install coveralls && ./node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'