Skip to content

Commit d76e840

Browse files
committed
Have Travis CI publish tagged releases to npm
1 parent ce6c1a1 commit d76e840

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,11 @@ script: script/test
88

99
notifications:
1010
email: false
11+
deploy:
12+
provider: npm
13+
14+
api_key:
15+
secure: nstPtsdxAHGPkKl2wOnMW4FXHg1nKxG/yCYQYqiC61JqhbfSaZFVjIQrdH+9GSel7F/K7VLwGZwSVgfiWUymWeEsNw8R/cyI9xCXf5iNF6WHIwuX6Q3Tnvb3Cx/bkeoc8+4v7qR172FtzwKWJq2iKXawd58/4zf2sduOwld1PMw=
16+
on:
17+
tags: true
18+
repo: defunkt/jquery-pjax

0 commit comments

Comments
 (0)