Skip to content

Commit

Permalink
CI: Enable automatic NPM deployment for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Jan 11, 2017
1 parent 09b91bd commit af58cc9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Expand Up @@ -22,3 +22,12 @@ install:

script:
- npm test

deploy:
provider: npm
email: stefan.penner+ember-cli@gmail.com
api_key:
secure: MW2THQxjL0qd7qdasRXVrc8vPBznsSFpPdB72lQQq6zB81i0EerwdWLt0a1xcM/60jOrP5OZiSQ/kee+657wLbL2Hvz1bS2umzTuqmlIZ9j7dLgdI9rHxx5asafP6MuEN5oHzJtHgFI2IC7E//iPmu1SiXwdWYVPYPU8S6K8YcM=
on:
tags: true
repo: ember-cli/ember-load-initializers

0 comments on commit af58cc9

Please sign in to comment.