Merge pull request #520 from astorije/astorije/deployment

Set up automatic deployments
This commit is contained in:
Jérémie Astori 2015-10-18 23:57:47 -04:00
commit bf5d603e7a
1 changed files with 14 additions and 4 deletions

View File

@ -1,7 +1,17 @@
language: node_js language: node_js
node_js: node_js:
- "0.10" - '0.10'
- "0.12" - '0.12'
- "4.0" - '4.0'
- "4.1" - '4.1'
- '4.2'
sudo: false 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