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 85ebeb3 commit c762408Copy full SHA for c762408
.travis.yml
@@ -1,4 +1,14 @@
1
language: node_js
2
node_js:
3
- - "0.11"
4
- - "0.10"
+- '0.11'
+- '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