Skip to content

Commit edb04a6

Browse files
committed
Adds deploy to npm from travis (ignore)
1 parent e24332c commit edb04a6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,11 @@ language: node_js
22
node_js:
33
- "10"
44
after_success:
5-
- npm run coveralls
5+
- npm run coveralls
6+
deploy:
7+
provider: npm
8+
email: $NPM_EMAIL
9+
api_key: $NPM_TOKEN
10+
on:
11+
tags: true
12+
branch: master

0 commit comments

Comments
 (0)