Skip to content

Commit 6d13514

Browse files
travis: allow contributors to publish
1 parent db10d2f commit 6d13514

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
language: node_js
22
node_js:
33
- 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

Comments
 (0)