Skip to content

Commit 41b45e3

Browse files
author
Benjamin Coe
committed
chore: make travis magically deploy to npm
1 parent 5e7eb11 commit 41b45e3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ node_js:
77
- "4.1"
88
- "node"
99
after_script: npm run coverage
10+
deploy:
11+
provider: npm
12+
13+
api_key: $NPM_TOKEN
14+
on:
15+
tags: true

0 commit comments

Comments
 (0)