Skip to content

Commit cb18d46

Browse files
committed
Set Deployment via Travis
1 parent df872d9 commit cb18d46

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,11 @@ install:
66
- npm install booljs@latest
77
- npm install mongoose
88
- npm install
9+
10+
deploy:
11+
provider: npm
12+
13+
api_key: $NPM_API_KEY
14+
on:
15+
branch: master
16+
tags: true

0 commit comments

Comments
 (0)