Skip to content

Commit

Permalink
2.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
heifade committed Jan 11, 2018
1 parent 69f8791 commit 97043ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ node_js:
- "8"
before_script:
- npm i pcreate
script :
- pcreate test --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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mssql-i",
"version": "2.0.28",
"version": "2.0.29",
"description": "sqlserver interface, base on mssql",
"main": "./es/index.js",
"module": "./es/index.js",
Expand Down

0 comments on commit 97043ff

Please sign in to comment.