Merge pull request #12 from strongloop/feature/green-ci
Make things work better on CI
This commit is contained in:
commit
23e42e7bb1
|
@ -1,2 +1,5 @@
|
|||
node_modules
|
||||
coverage
|
||||
*.tgz
|
||||
*.xml
|
||||
.loopbackrc
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"description": "MySQL connector for loopback-datasource-juggler",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "make test"
|
||||
"test": "mocha"
|
||||
},
|
||||
"dependencies": {
|
||||
"mysql": "~2.0.0-rc2",
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
--globals getSchema
|
||||
--timeout 15000
|
Loading…
Reference in New Issue