Skip to content

Commit

Permalink
Merge pull request #180 from longbai/release_6.1.10
Browse files Browse the repository at this point in the history
add travis publish
  • Loading branch information
longbai committed May 6, 2016
2 parents 0814fee + 5b42b26 commit 5e29412
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
17 changes: 12 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
language: node_js
node_js:
- 0.10
- 0.1
before_script:
- export QINIU_ACCESS_KEY=QWYn5TFQsLLU1pL5MFEmX3s5DmHdUThav9WyOWOm
- export QINIU_SECRET_KEY=Bxckh6FA-Fbs9Yt3i3cbKVK22UPBmAOHJcL95pGz
- export QINIU_TEST_BUCKET="nodesdk"
- export QINIU_TEST_DOMAIN="nodesdk.qiniudn.com"
- export QINIU_ACCESS_KEY=QWYn5TFQsLLU1pL5MFEmX3s5DmHdUThav9WyOWOm
- export QINIU_SECRET_KEY=Bxckh6FA-Fbs9Yt3i3cbKVK22UPBmAOHJcL95pGz
- export QINIU_TEST_BUCKET="nodesdk"
- export QINIU_TEST_DOMAIN="nodesdk.qiniudn.com"
deploy:
provider: npm
email: "sdk@qiniu.com"
api_key:
secure: O46FsywFgTyqwdf2tN5AXIJe3gnCjSHZT8tPfxl1TGY+p3iu0clixN8+nBvAqdnQvKu3Z4hmNhOd3zLdDbSsZoEWu6AhS+ySJWkkvM0rdIt9+wcVNWDyKd6WcW3bm1kq5KsLi1xM9VPfto5M/qYQRMg1RoCGDdxaAra4a6SH2Bs=
on:
tags: true
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## CHANGE LOG

### v6.1.10.1

2016-05-06

- npm 通过travis 自动发布

### v6.1.10

2016-04-25
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qiniu",
"version": "6.1.10",
"version": "6.1.10.1",
"description": "Node wrapper for Qiniu Resource (Cloud) Storage API",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"qiniu",
"web-service"
],
"author": "qiniutek.com",
"author": "sdk@qiniu.com",
"contributors": [
{
"name": "Xu Shiwei",
Expand Down

0 comments on commit 5e29412

Please sign in to comment.