Merge pull request #520 from astorije/astorije/deployment
Set up automatic deployments
This commit is contained in:
commit
bf5d603e7a
18
.travis.yml
18
.travis.yml
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user