Skip to content

Commit c093ab1

Browse files
committed
add npmjs
1 parent e27333b commit c093ab1

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

.travis.yml

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,20 @@ before_script:
2525
script:
2626
- grunt --gruntfile "Gruntfile.js" build
2727
deploy:
28-
provider: releases
29-
api_key:
30-
secure: iKdorqXgiTH3RcLLNj8Q4AoRWxpYA6yT7YDYKnuORz3tcAvHrIBmt+ff6h5zsn2JVGkFamc0njfYdrOfLdc4+cQQfQVq80OhJJnkIQ0WgOtG0yt+yVHKb8lWBGr9P0lMvvBuROsuxGl9jPcgkUTtuvxHoJ3T24WlLDGXJSWdCzw=
31-
file_glob: true
32-
file: target/*.zip
33-
skip_cleanup: true
34-
on:
35-
repo: stritti/log4js
36-
tags: true
28+
- provider: npm
29+
email: stephan@st-strittmatter.name
30+
api_key:
31+
secure: NQyGsxZKqApzTxBjsXMI/2drQcCF8s38iuofEL/wbATWC9Y9ggfI6oyd/tqqyYrgouBoSqHPSOEP4ghe381yrO9jlnJMiwzmLqVivZAAe4x2DI3nrlaz+AFcvTpf/36T4LFevTP3Lh6LoVGRrKnfRCjQzfBv0hYOLtjNCc/zjeU=
32+
skip_cleanup: true
33+
on:
34+
tags: true
35+
repo: stritti/log4js
36+
- provider: releases
37+
api_key:
38+
secure: iKdorqXgiTH3RcLLNj8Q4AoRWxpYA6yT7YDYKnuORz3tcAvHrIBmt+ff6h5zsn2JVGkFamc0njfYdrOfLdc4+cQQfQVq80OhJJnkIQ0WgOtG0yt+yVHKb8lWBGr9P0lMvvBuROsuxGl9jPcgkUTtuvxHoJ3T24WlLDGXJSWdCzw=
39+
file_glob: true
40+
file: target/*.zip
41+
skip_cleanup: true
42+
on:
43+
repo: stritti/log4js
44+
tags: true

0 commit comments

Comments
 (0)