Skip to content

Commit

Permalink
fix saves bug
Browse files Browse the repository at this point in the history
  • Loading branch information
heifade committed Nov 22, 2017
1 parent 1a930ed commit 9a02bd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
before_install:
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
script :
- "npm test"
- "npm test && npm run build"
after_script:
- "npm run test-nyc"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mysql-i",
"version": "2.0.5",
"version": "2.0.6",
"description": "mysql interface, base on mysql",
"main": "./es/index.js",
"module": "./es/index.js",
Expand Down

0 comments on commit 9a02bd2

Please sign in to comment.