Skip to content

Commit

Permalink
ci: Continious deployment to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
cybertk committed Nov 24, 2014
1 parent deaddd0 commit 33a2d52
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
@@ -1,5 +1,11 @@
language: node_js
node_js:
- "0.10"
- '0.10'
env:
- NODE_ENV=development
- NODE_ENV=development
deploy:
provider: npm
api_key:
secure: SSUN6HzVYyi+u4ZP+PqFWZbvXV0zZVzFtebdyv0P1oF7mEhxbfooLGg6X7OQfCL4y6IZTPD5EQFDHvqLBBv81NcPqp/3GynzVZywRb3i8k0Wd+NKNuWJ8K9MYTUWNvnTgaOlraZyjG2gXkmKbEaybbEeS0Zj9fb9DJmy6ONzaqk=
on:
tags: true

0 comments on commit 33a2d52

Please sign in to comment.