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 c80b558 commit 24a6f2cCopy full SHA for 24a6f2c
.travis.yml
@@ -8,12 +8,13 @@ install:
8
- npm install
9
script:
10
- npm run build
11
-before_deploy: "npm run build"
+before_deploy: npm run build
12
deploy:
13
provider: npm
14
email: [email protected]
15
skip_cleanup: true
16
api_key:
17
- secure: d06l6wsuv/YFeY3E0TRGemGjtQ7LZdN9WxiFnseT2exTFkDgMw9EV2uOUWllXNrbxXUY+2ZpDswtYrgZ4exQGfKKQRGFy6/g8oxPgyylVwBz98vlie8NvXXmANoyt7mwQwjninf5/XUiY3cwn9YCaU1jyxcayFdQTex05T++qvc=
+ secure: L9V1k9Y6CFC5fIBRbGbpvhpb004kI9Z/Wvwp5xGnVuGO3n6OfEVoaX7gSLpOkyx4kZfzEEh+R9xriJAeXBfLjiigP1FrKm+EQ92VlkjGh+Dlc4NDwEO00RczfUxI4bQG/HVaVTsQs+EqCnkfsp403wECwuBS68zYtsJZldREmDo=
18
on:
19
tags: true
20
+ repo: qiniu/js-sdk
0 commit comments