Set up automatic deployments on npm

Travis CI will deploy on npm after a build is successful
This commit is contained in:
Jérémie Astori 2015-10-19 03:51:38 +00:00
parent 9532d1ff39
commit a3680ce9ef

View file

@ -6,3 +6,12 @@ node_js:
- '4.1'
- '4.2'
sudo: false
deploy:
provider: npm
email: jeremie@astori.fr
api_key:
secure: brBqbjzM+sV2GF7Mdnixf7yT8ZXyG0cGwo+tLrZkec/uE4QnDm4hMFjLny9CxCDt+CiRkpsWhG9Prqu2eFnbSkVpjBzAQx8IYCqMj8RvaQn0PXkft8vWPWdDTZzgDfO4EQpuzB9EDy30JnHa/epbXdLr7KuJS9U5mhLpY9JULcw=
on:
node: '0.10'
tags: true
repo: erming/shout