Skip to content

Commit

Permalink
Have Travis CI publish tagged releases to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Oct 13, 2015
1 parent ce6c1a1 commit d76e840
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@ script: script/test

notifications:
email: false
deploy:
provider: npm
email: mislav.marohnic@gmail.com
api_key:
secure: nstPtsdxAHGPkKl2wOnMW4FXHg1nKxG/yCYQYqiC61JqhbfSaZFVjIQrdH+9GSel7F/K7VLwGZwSVgfiWUymWeEsNw8R/cyI9xCXf5iNF6WHIwuX6Q3Tnvb3Cx/bkeoc8+4v7qR172FtzwKWJq2iKXawd58/4zf2sduOwld1PMw=
on:
tags: true
repo: defunkt/jquery-pjax

0 comments on commit d76e840

Please sign in to comment.