Skip to content

Commit

Permalink
auto deploy npm and gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
heifade committed Dec 7, 2017
1 parent 0112330 commit bd33ce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ cache:

deploy:
- provider: npm
skip_cleanup: true
email: heifade@126.com
api_key: $NPM_TOKEN
on:
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": "3.0.5",
"version": "3.0.6",
"description": "mysql interface, base on mysql",
"main": "./es/index.js",
"module": "./es/index.js",
Expand Down

0 comments on commit bd33ce1

Please sign in to comment.