We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b42b26 commit 730c4c0Copy full SHA for 730c4c0
.travis.yml
@@ -1,6 +1,8 @@
1
language: node_js
2
node_js:
3
-- 0.1
+node_js:
4
+- "0.1"
5
+- "5"
6
before_script:
7
- export QINIU_ACCESS_KEY=QWYn5TFQsLLU1pL5MFEmX3s5DmHdUThav9WyOWOm
8
- export QINIU_SECRET_KEY=Bxckh6FA-Fbs9Yt3i3cbKVK22UPBmAOHJcL95pGz
package.json
@@ -1,6 +1,6 @@
{
"name": "qiniu",
- "version": "6.1.10.1",
+ "version": "6.1.10.2",
"description": "Node wrapper for Qiniu Resource (Cloud) Storage API",
"main": "index.js",
"directories": {
0 commit comments