Skip to content

Commit c762408

Browse files
committed
chore: add deploy keys for automatic npm deploy
1 parent 85ebeb3 commit c762408

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.travis.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
language: node_js
22
node_js:
3-
- "0.11"
4-
- "0.10"
3+
- '0.11'
4+
- '0.10'
5+
deploy:
6+
provider: npm
7+
email:
8+
secure: HNGHhrTnocKpiKd8IEQLjToT/XfaDHdKZYkWK2wMO28COVyU3vIXNvR0/WQorLB/vzawEJJab2qe1b45jSc0/JO4HrZVAQMIxUcks7ZGq5rJ7f0diDBSZJWX9NVAZUYWnW9252wAaPm/dAwQhi7aIbq4y86NeYx3jr+fgSgrm8Q=
9+
api_key:
10+
secure: bQdR2wY8eLRd4g/7v7wgGy84qiNjght8EdbvL+5YJ7KnEQ+6PRLU+z14h/nYNMCRd531CLNfbeTIqKHmFt3WgA5RGfi7t1bbiK4x9rXOb2pn9w03X4oWZZhctYezQpfUnDsWgon66LVMYk6DR8KLUQdmivdXY4JTc0CyD/Z9xW8=
11+
on:
12+
tags: true
13+
repo: chaijs/chai-json-schema
14+
all_branches: true

0 commit comments

Comments
 (0)