We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db10d2f commit 6d13514Copy full SHA for 6d13514
.travis.yml
@@ -1,3 +1,14 @@
1
language: node_js
2
node_js:
3
- 0.10
4
+
5
+deploy:
6
+ provider: npm
7
+ email: jake@alogicalparadox.com
8
+ api_key:
9
+ secure: AgNQTECM/3Gh0q77gkrMx0jASgRh/dysPdUf7Zdsm1k9Gt+i4H99k2L8lVWqpLF1+e6lhWg9w4C08Xgz6tuOTPZZr6UzeRDl+ZjniTYK3E/tpcUbqAQxxgD4b3iA6BLbF0YKGofnWrMtXBBWI8X0jekxncu7sWdBuieyhg33fik=
10
+ on:
11
+ tags: true
12
+ repo: chaijs/assertion-error
13
+ all_branches: true
14
0 commit comments