Skip to content

Commit

Permalink
2.0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
heifade committed Jan 12, 2018
1 parent 9b6b670 commit f677b2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ node_js:
- "8"
before_script:
- npm i pcreate
- pcreate test --mochapars "timeout=120000,server=$SQLSERVER_IP,password=$SQLSERVER_PASSWORD"
- pcreate test -c --mochapars "timeout=120000,server=$SQLSERVER_IP,password=$SQLSERVER_PASSWORD"
script :
- pcreate build
after_script:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mssql-i",
"version": "2.0.31",
"version": "2.0.32",
"description": "sqlserver interface, base on mssql",
"main": "./es/index.js",
"module": "./es/index.js",
Expand Down

0 comments on commit f677b2e

Please sign in to comment.