Skip to content

Commit

Permalink
Merge pull request #97 from Turbo87/ci-deploy
Browse files Browse the repository at this point in the history
CI: Enable automatic NPM deployment for tags
  • Loading branch information
rwjblue committed Jan 11, 2017
2 parents c4f0755 + 37fef79 commit 453fe8c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Expand Up @@ -4,3 +4,12 @@ node_js:

install:
- npm install

deploy:
provider: npm
email: stefan.penner+ember-cli@gmail.com
api_key:
secure: XPEVBjA2PvOtQQvjrLoltMr+5eVw35nqX46OD7ACrTrppudeDhKB+iDcAGgYNTCAVNsN6reSkupy5XdOpF93P4J4hK9BZ46RUQ9+INR+reU/LpJdzjVQJqlOcCLdppkbmoJuUUiv6O2nJDOrDqmADbI5NMM08XPprnsGS1Re/2c=
on:
tags: true
repo: ember-cli/loader.js

0 comments on commit 453fe8c

Please sign in to comment.