Skip to content

Commit

Permalink
edit docs
Browse files Browse the repository at this point in the history
  • Loading branch information
heifade committed Nov 23, 2017
1 parent d4d37a0 commit 9f8225b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ before_install:
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
script :
- "npm run build"
- "git add es"
- "git commit -m 'auto build by travis'"
- "npm run docs"
- "git add es docs"
- "git commit -m 'auto build and docs by travis'"
- "npm test"
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.14",
"version": "2.0.15",
"description": "mysql interface, base on mysql",
"main": "./es/index.js",
"module": "./es/index.js",
Expand Down

0 comments on commit 9f8225b

Please sign in to comment.