Skip to content
This repository was archived by the owner on Jan 17, 2022. It is now read-only.

Commit 93bec48

Browse files
authored
Merge pull request #113 from mendhak/auto-npm-publish
Automatic npm publish when a release is created
2 parents 25f4175 + bdbb937 commit 93bec48

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,10 @@ install:
1515
script:
1616
# Just run the default task and make sure it builds, there aren't any tests :(
1717
- node_modules/.bin/grunt
18+
19+
deploy:
20+
provider: npm
21+
api_key:
22+
secure: "O4lUW79nn+4ZX9jjCp5qvH5uUbKqP0UNu19Ra5X/q6TY+goIOh02YzHg2uk34nm7eEDjquo6GeEKIq3ZOTlV/2V6lgkMyMF+1x27VOxvTnObUEcCC1mF2Dpa3kOsCHTKsv3XNJd/KrfYN4LZ8wdlpHcvIcTO/I3njTAxEn+PA/g="
23+
on:
24+
tags: true

0 commit comments

Comments
 (0)